Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleLength Structure / Implicit Type Conversion Operator / Implicit Type Conversion(C1StyleLength,Double) Operator
The value of the length in pixels.

In This Topic
    Implicit Type Conversion(C1StyleLength,Double) Operator
    In This Topic
    Casting operator to convert a double into a C1StyleLength. The unit assigned is pixels.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal lengthValue As Double _
    ) As C1StyleLength
    public C1StyleLength operator implicit( 
       double lengthValue
    )

    Parameters

    lengthValue
    The value of the length in pixels.
    See Also