ImageGear .NET - Updated
Highlight Property (ImGearARTArrow)




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

ImGearARTArrow Class
ImGearARTArrow Members