VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SkiaSharp.TextRendering Namespace / SkiaSharpTextFont Class / Size Property
Syntax Requirements SeeAlso
In This Topic
    Size Property (SkiaSharpTextFont)
    In This Topic
    Gets the size of this font, measured in the points (1/72 inch).
    Syntax
    'Declaration
    
    Public Overrides ReadOnly Property Size As Single
    
    
    public override float Size { get; }
    
    
    public: __property float get_Size(); override;
    
    
    
    public:
    property float Size { float get() override;; }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also