ImageGear for .NET
SelectionBackColor Property (IImGearThumbnailCtl)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback