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