[]
        
(Showing Draft Content)

C1.Blazor.Input.TextBoxStep.-ctor

TextBoxStep Constructor

TextBoxStep(TextBoxStepType, double)

Initializes a new instance of the TextBoxStep struct.

Declaration
public TextBoxStep(TextBoxStepType type, double value)
Public Sub New(type As TextBoxStepType, value As Double)
Parameters
Type Name Description
TextBoxStepType type

The type of step.

double value

The value of the step.