VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / ThumbnailCaption Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    ThumbnailCaption Property (WpfThumbnailViewer)
    In This Topic
    Gets or sets caption of a thumbnail.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <DescriptionAttribute("Caption of a thumbnail.")>
    Public Property ThumbnailCaption As ThumbnailImageItemCaption
    
    
    [Category("VintaSoft")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [Description("Caption of a thumbnail.")]
    public ThumbnailImageItemCaption ThumbnailCaption { get; set; }
    
    
    [Category("VintaSoft")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [Description("Caption of a thumbnail.")]
    public: __property ThumbnailImageItemCaption* get_ThumbnailCaption();
    public: __property void set_ThumbnailCaption(
    ThumbnailImageItemCaption* value
    );
    [Category("VintaSoft")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [Description("Caption of a thumbnail.")]
    public:
    property ThumbnailImageItemCaption^ ThumbnailCaption { ThumbnailImageItemCaption^ get(); void set(ThumbnailImageItemCaption^ value); }
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also