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