ImageGear for .NET
SelectionBackColor Property (ImGearThumbnailCtl)




Gets or sets default background color for selected items.
Syntax
'Declaration
 
<DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")>
<ImGearFilterAttribute()>
<CategoryAttribute("Items")>
Public Property SelectionBackColor As Color
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Color
 
instance.SelectionBackColor = value
 
value = instance.SelectionBackColor
[DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")]
[ImGearFilterAttribute()]
[CategoryAttribute("Items")]
public Color SelectionBackColor {get; set;}
[DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")]
[ImGearFilterAttribute()]
[CategoryAttribute("Items")]
public: __property Color get_SelectionBackColor();
public: __property void set_SelectionBackColor( 
   Color value
);
[DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")]
[ImGearFilterAttribute()]
[CategoryAttribute("Items")]
public:
property Color SelectionBackColor {
   Color get();
   void set (    Color value);
}

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback