Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxStep Structure / Implicit Type Conversion Operator
The value of the length in pixels.

In This Topic
    Implicit Type Conversion Operator (TextBoxStep)
    In This Topic
    Casting operator to convert a double into a TextBoxStep.
    Syntax
    'Declaration
     
    
    Public Operator Widening CType( _
       ByVal value As Double _
    ) As TextBoxStep
    public TextBoxStep operator implicit( 
       double value
    )

    Parameters

    value
    The value of the length in pixels.
    See Also