'Declaration
<DescriptionAttribute("Gets or sets the thumbnail width.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
Public Property ThumbnailBackgroundColor As String
'Usage
Dim instance As ImGearThumbnailList
Dim value As String
instance.ThumbnailBackgroundColor = value
value = instance.ThumbnailBackgroundColor
[DescriptionAttribute("Gets or sets the thumbnail width.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
public string ThumbnailBackgroundColor {get; set;}
[DescriptionAttribute("Gets or sets the thumbnail width.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
public: __property string* get_ThumbnailBackgroundColor();
public: __property void set_ThumbnailBackgroundColor(
string* value
);
[DescriptionAttribute("Gets or sets the thumbnail width.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
public:
property String^ ThumbnailBackgroundColor {
String^ get();
void set ( String^ value);
}