ImageGear for .NET
Label Property (ImGearARTRuler)




Gets or sets the mark label.
Syntax
'Declaration
 
Public Property Label As String
'Usage
 
Dim instance As ImGearARTRuler
Dim value As String
 
instance.Label = value
 
value = instance.Label
public string Label {get; set;}
public: __property string* get_Label();
public: __property void set_Label( 
   string* value
);
public:
property String^ Label {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
Remarks
The default value is "%d mm".
See Also

Reference

ImGearARTRuler Class
ImGearARTRuler Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback