ImageGear .NET - Updated
Highlight Property (ImGearARTHollowRectangle)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHollowRectangle Class : Highlight Property
Gets or sets a value indicating whether the mark is highlighted.
Syntax
'Declaration
 
Public Property Highlight As Boolean
'Usage
 
Dim instance As ImGearARTHollowRectangle
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

Reference

ImGearARTHollowRectangle Class
ImGearARTHollowRectangle Members