Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / LineHeight Property

In This Topic
    LineHeight Property
    In This Topic
    property specifies the height of a line.
    Syntax
    'Declaration
     
    
    Public Property LineHeight As Nullable(Of C1StyleLength)
    public Nullable<C1StyleLength> LineHeight {get; set;}
    See Also