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