ImageGear .NET - Updated
IsLabelVisible Property (IImGearARTRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTRuler Interface : IsLabelVisible Property
Gets or sets a value indicating whether the label is displayed.
Syntax
'Declaration
 
Property IsLabelVisible As Boolean
'Usage
 
Dim instance As IImGearARTRuler
Dim value As Boolean
 
instance.IsLabelVisible = value
 
value = instance.IsLabelVisible
bool IsLabelVisible {get; set;}
__property bool get_IsLabelVisible();
__property void set_IsLabelVisible( 
   bool value
);
property bool IsLabelVisible {
   bool get();
   void set (    bool value);
}

Property Value

Boolean variable.
See Also

Reference

IImGearARTRuler Interface
IImGearARTRuler Members