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




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

Property Value

String value.
See Also

Reference

IImGearARTText Interface
IImGearARTText Members
ActualText Property