ImageGear .NET - Updated
IsHighlighter Property (ImGearARTPolygon)




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

Property Value

Boolean value.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members