Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleFontSize Structure / C1StyleFontSize Constructor
The length of the font/size.

In This Topic
    C1StyleFontSize Constructor
    In This Topic
    Initializes a new instance of the C1StyleLength struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal length As C1StyleLength _
    )
    public C1StyleFontSize( 
       C1StyleLength length
    )

    Parameters

    length
    The length of the font/size.
    See Also