Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxStep Structure / TextBoxStep Constructor
The type of step.
The value of the step.

In This Topic
    TextBoxStep Constructor
    In This Topic
    Initializes a new instance of the TextBoxStep struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As TextBoxStepType, _
       ByVal value As Double _
    )
    public TextBoxStep( 
       TextBoxStepType type,
       double value
    )

    Parameters

    type
    The type of step.
    value
    The value of the step.
    See Also