VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / TextLineFigure Class / FontSize Property
Syntax Requirements SeeAlso
In This Topic
    FontSize Property (TextLineFigure)
    In This Topic
    Gets or sets a font size.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A font size.")>
    Public Property FontSize As Single
    
    
    [Description("A font size.")]
    public float FontSize { get; set; }
    
    
    [Description("A font size.")]
    public: __property float get_FontSize();
    public: __property void set_FontSize(
    float value
    );
    [Description("A font size.")]
    public:
    property float FontSize { float get(); void set(float value); }
    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