VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfTextOverlay Class / TextFontSize Property
Syntax Requirements SeeAlso
In This Topic
    TextFontSize Property (WpfTextOverlay)
    In This Topic
    Gets or sets the font size, which must be used for drawing the text.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The font size, which must be used for drawing the text.")>
    Public Overridable Property TextFontSize As Double
    
    
    [Description("The font size, which must be used for drawing the text.")]
    public virtual double TextFontSize { get; set; }
    
    
    [Description("The font size, which must be used for drawing the text.")]
    public: __property virtual double get_TextFontSize();
    public: __property virtual void set_TextFontSize(
    double value
    );
    [Description("The font size, which must be used for drawing the text.")]
    public:
    virtual property double TextFontSize { double get(); void set(double value); }

    Property Value

    Default value 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