ImageGear23.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailBackgroundColor Property |
'Declaration <CategoryAttribute("ImGearThumbnailList Properties")> <DescriptionAttribute("Gets or sets the thumbnail width.")> <BrowsableAttribute(True)> <DefaultValueAttribute()> Public Property ThumbnailBackgroundColor As String
'Usage Dim instance As ImGearThumbnailList Dim value As String instance.ThumbnailBackgroundColor = value value = instance.ThumbnailBackgroundColor
[Category("ImGearThumbnailList Properties")] [Description("Gets or sets the thumbnail width.")] [Browsable(true)] [DefaultValue()] public string ThumbnailBackgroundColor {get; set;}
[Category("ImGearThumbnailList Properties")] [Description("Gets or sets the thumbnail width.")] [Browsable(true)] [DefaultValue()] public: __property string* get_ThumbnailBackgroundColor(); public: __property void set_ThumbnailBackgroundColor( string* value );
[Category("ImGearThumbnailList Properties")] [Description("Gets or sets the thumbnail width.")] [Browsable(true)] [DefaultValue()] public: property String^ ThumbnailBackgroundColor { String^ get(); void set ( String^ value); }
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;