Gets or sets a value indicating whether the arrow is highlighted.
Syntax
public bool Highlight {get; set;}
public: __property bool get_Highlight();
public: __property void set_Highlight(
bool value
);
public:
property bool Highlight {
bool get();
void set ( bool value);
}
'Declaration
Public Property Highlight As Boolean
'Usage
Dim instance As ImGearARTArrow
Dim value As Boolean
instance.Highlight = value
value = instance.Highlight
Property Value
Boolean value.
See Also