ImageGear .NET
Label Property (IImGearARTRuler)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback