VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailCaption Class / Font Property
Syntax Requirements SeeAlso
In This Topic
    Font Property (ThumbnailCaption)
    In This Topic
    Gets or sets the font of the thumbnail caption.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    Public Property Font As System.Drawing.Font
    
    
    [DefaultValue(null)]
    public System.Drawing.Font Font { get; set; }
    
    
    [DefaultValue(null)]
    public: __property System.Drawing.Font get_Font();
    public: __property void set_Font(
    System.Drawing.Font value
    );
    [DefaultValue(null)]
    public:
    property System.Drawing.Font Font { System.Drawing.Font get(); void set(System.Drawing.Font value); }
    Requirements

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

    See Also