[]
        
(Showing Draft Content)

C1.Blazor.Input.TextBoxStep.op_Implicit

implicit operator Operator

implicit operator TextBoxStep(double)

Casting operator to convert a double into a TextBoxStep.

Declaration
public static implicit operator TextBoxStep(double value)
Parameters
Type Name Description
double value

The value of the length in pixels.

Returns
Type Description
TextBoxStep