Highlight Property (ImGearARTFreeLine)
In This Topic
Gets or sets a value indicating whether the mark is highlighted.
Syntax
'Declaration
Public Property Highlight As Boolean
'Usage
Dim instance As ImGearARTFreeLine
Dim value As Boolean
instance.Highlight = value
value = instance.Highlight
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);
}
Property Value
Boolean value.
See Also