Gets or sets a value indicating whether or not the label is displayed adjacent to the protractor annotation.
Syntax
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);
}
'Declaration
Public Property IsLabelVisible As Boolean
'Usage
Dim instance As ImGearARTProtractor
Dim value As Boolean
instance.IsLabelVisible = value
value = instance.IsLabelVisible
Property Value
Boolean value.
See Also