ImageGear for .NET
Highlighted Property (IImGearThumbnailItem)




Gets or sets a value indicating whether item is highlighted.
Syntax
'Declaration
 
Property Highlighted As Boolean
'Usage
 
Dim instance As IImGearThumbnailItem
Dim value As Boolean
 
instance.Highlighted = value
 
value = instance.Highlighted
bool Highlighted {get; set;}
__property bool get_Highlighted();
__property void set_Highlighted( 
   bool value
);
property bool Highlighted {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

IImGearThumbnailItem Interface
IImGearThumbnailItem Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback