Class OtpInputStyle
Specifies the style variants for the Otp input.
Inheritance
System.Object
OtpInputStyle
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class OtpInputStyle : Enum
Fields
Filled
Represents the style of the Otp input where the input is filled.
Declaration
public const OtpInputStyle Filled
Field Value
Type |
---|
OtpInputStyle |
Outlined
Represents the style of the Otp input where the input is outlined.
Declaration
public const OtpInputStyle Outlined
Field Value
Type |
---|
OtpInputStyle |
Underlined
Represents the style of the Otp input where the input is underlined.
Declaration
public const OtpInputStyle Underlined
Field Value
Type |
---|
OtpInputStyle |