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