VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SkiaSharp.TextRendering Namespace / SkiaSharpTextFont Class / Name Property
Syntax Requirements SeeAlso
In This Topic
    Name Property (SkiaSharpTextFont)
    In This Topic
    Gets the face name of this font.
    Syntax
    'Declaration
    
    Public Overrides ReadOnly Property Name As String
    
    
    public override string Name { get; }
    
    
    public: __property string* get_Name(); override;
    
    
    
    public:
    property string^ Name { string^ get() override;; }
    Requirements

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

    See Also