ImageGear .NET - Updated
IsHighlighter Property (IImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPolygon Interface : IsHighlighter Property
Gets or sets a value indicating whether the mark is displayed as highlighter.
Syntax
'Declaration
 
Property IsHighlighter As Boolean
'Usage
 
Dim instance As IImGearARTPolygon
Dim value As Boolean
 
instance.IsHighlighter = value
 
value = instance.IsHighlighter
bool IsHighlighter {get; set;}
__property bool get_IsHighlighter();
__property void set_IsHighlighter( 
   bool value
);
property bool IsHighlighter {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

IImGearARTPolygon Interface
IImGearARTPolygon Members