Gets or sets a value indicating whether the label is displayed.
Syntax
bool IsLabelVisible {get; set;}
__property bool get_IsLabelVisible();
__property void set_IsLabelVisible(
bool value
);
property bool IsLabelVisible {
bool get();
void set ( bool value);
}
'Declaration
Property IsLabelVisible As Boolean
'Usage
Dim instance As IImGearARTRuler
Dim value As Boolean
instance.IsLabelVisible = value
value = instance.IsLabelVisible
Property Value
Boolean variable.
See Also