ImageGear .NET v24.12 - Updated
SelectionBackColor Property (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : SelectionBackColor Property
Gets or sets background color used for the Title of selected Thumbnail items.
Syntax
'Declaration
 
Property SelectionBackColor As Color
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Color
 
instance.SelectionBackColor = value
 
value = instance.SelectionBackColor
Color SelectionBackColor {get; set;}
__property Color get_SelectionBackColor();
__property void set_SelectionBackColor( 
   Color value
);
property Color SelectionBackColor {
   Color get();
   void set (    Color value);
}

Property Value

System.Drawing.Color value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members