Class CheckBoxSizeType
Specifies the checkbox form field size type
Inheritance
System.Object
CheckBoxSizeType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CheckBoxSizeType : Enum
Fields
Auto
Sizes check box to the font size of the surrounding text.
Declaration
public const CheckBoxSizeType Auto
Field Value
Type | Description |
---|---|
CheckBoxSizeType |
Exactly
Sizes check box to the specified size.
Declaration
public const CheckBoxSizeType Exactly
Field Value
Type | Description |
---|---|
CheckBoxSizeType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |