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