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