ImageGear for .NET
ThumbnailBackgroundColor Property (ImGearThumbnailList)




Gets or sets the background color for the thumbnails displayed when in an non-selected state in the control.
Syntax
'Declaration
 
<CategoryAttribute("ImGearThumbnailList Properties")>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the thumbnail width.")>
<BrowsableAttribute(True)>
Public Property ThumbnailBackgroundColor As String
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.ThumbnailBackgroundColor = value
 
value = instance.ThumbnailBackgroundColor
[CategoryAttribute("ImGearThumbnailList Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the thumbnail width.")]
[BrowsableAttribute(true)]
public string ThumbnailBackgroundColor {get; set;}
[CategoryAttribute("ImGearThumbnailList Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the thumbnail width.")]
[BrowsableAttribute(true)]
public: __property string* get_ThumbnailBackgroundColor();
public: __property void set_ThumbnailBackgroundColor( 
   string* value
);
[CategoryAttribute("ImGearThumbnailList Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the thumbnail width.")]
[BrowsableAttribute(true)]
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback