VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.ImageSharp.TextRendering Namespace / ImageSharpTextFont Class / LineHeight Property
Syntax Requirements SeeAlso
In This Topic
    LineHeight Property (ImageSharpTextFont)
    In This Topic
    Gets the vertical distance between the base lines of two consecutive lines of text.
    Syntax
    'Declaration
    
    Public Overrides ReadOnly Property LineHeight As Single
    
    
    public override float LineHeight { get; }
    
    
    public: __property float get_LineHeight(); override;
    
    
    
    public:
    property float LineHeight { float get() override;; }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also