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