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