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