ImageGear .NET - Updated
Label Property (IImGearARTRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTRuler Interface : Label Property
Gets or sets the mark label.
Syntax
'Declaration
 
Property Label As String
'Usage
 
Dim instance As IImGearARTRuler
Dim value As String
 
instance.Label = value
 
value = instance.Label
string Label {get; set;}
__property string* get_Label();
__property void set_Label( 
   string* value
);
property String^ Label {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

IImGearARTRuler Interface
IImGearARTRuler Members