ImageGear .NET - Updated
ThumbnailSelectedBackgroundColor Property (ImGearThumbnailList)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailSelectedBackgroundColor Property
Gets or sets the background color for the selected thumbnails displayed in the control.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DescriptionAttribute("Gets or sets the thumbnail width.")>
<DefaultValueAttribute()>
<CategoryAttribute("ImGearThumbnailList Properties")>
Public Property ThumbnailSelectedBackgroundColor As String
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.ThumbnailSelectedBackgroundColor = value
 
value = instance.ThumbnailSelectedBackgroundColor
[Browsable(true)]
[Description("Gets or sets the thumbnail width.")]
[DefaultValue()]
[Category("ImGearThumbnailList Properties")]
public string ThumbnailSelectedBackgroundColor {get; set;}
[Browsable(true)]
[Description("Gets or sets the thumbnail width.")]
[DefaultValue()]
[Category("ImGearThumbnailList Properties")]
public: __property string* get_ThumbnailSelectedBackgroundColor();
public: __property void set_ThumbnailSelectedBackgroundColor( 
   string* value
);
[Browsable(true)]
[Description("Gets or sets the thumbnail width.")]
[DefaultValue()]
[Category("ImGearThumbnailList Properties")]
public:
property String^ ThumbnailSelectedBackgroundColor {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value
Remarks

The default value is gray color.

This property gets or sets the background color for the selected thumbnails displayed in the control. Note: This property is only relevant when choosing the default mode control style with the UseDefaultStyling set to true;

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members