ImageGear .NET
IsHighlighter Property (IImGearARTPolygon)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback