VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / TextGraphicObject Class / Font Property
Syntax Requirements SeeAlso
In This Topic
    Font Property (TextGraphicObject)
    In This Topic
    Gets or sets the text font.
    Syntax
    'Declaration
    
    Public Property Font As System.Drawing.Font
    
    
    public System.Drawing.Font Font { get; set; }
    
    
    public: __property System.Drawing.Font get_Font();
    public: __property void set_Font(
    System.Drawing.Font value
    );
    public:
    property System.Drawing.Font Font { System.Drawing.Font get(); void set(System.Drawing.Font value); }

    Property Value

    Default value is Arial, size is 12.
    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