ImageGear .NET v24.12 - Updated
ThumbnailBackgroundColor Property (ImGearThumbnailList)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailBackgroundColor Property
Gets or sets the background color for the thumbnails displayed when in an non-selected state in the control.
Syntax
'Declaration
 
<DescriptionAttribute("Gets or sets the thumbnail width.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute("gray")>
Public Property ThumbnailBackgroundColor As String
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.ThumbnailBackgroundColor = value
 
value = instance.ThumbnailBackgroundColor
[Description("Gets or sets the thumbnail width.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue("gray")]
public string ThumbnailBackgroundColor {get; set;}
[Description("Gets or sets the thumbnail width.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue("gray")]
public: __property string* get_ThumbnailBackgroundColor();
public: __property void set_ThumbnailBackgroundColor( 
   string* value
);
[Description("Gets or sets the thumbnail width.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue("gray")]
public:
property String^ ThumbnailBackgroundColor {
   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 thumbnails displayed when they are in not in a selected state. 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