ImageGear .NET v24.12 - Updated
Text Property (ImGearARTButton)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTButton Class : Text Property
Gets or sets the button text.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As ImGearARTButton
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
public: __property string* get_Text();
public: __property void set_Text( 
   string* value
);
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

Text string.
See Also

Reference

ImGearARTButton Class
ImGearARTButton Members