Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleFontWeight Structure / Implicit Type Conversion Operator / Implicit Type Conversion(C1StyleFontWeight,Int32) Operator
The weight of the font.

In This Topic
    Implicit Type Conversion(C1StyleFontWeight,Int32) Operator
    In This Topic
    Casting operator to convert an int into a C1StyleFontWeight.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal weight As Integer _
    ) As C1StyleFontWeight
    public C1StyleFontWeight operator implicit( 
       int weight
    )

    Parameters

    weight
    The weight of the font.
    See Also