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