Class CheckBoxSizeType
Specifies the checkbox form field size type.
Inheritance
System.Object
CheckBoxSizeType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.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 |
---|
CheckBoxSizeType |
Exactly
Sizes check box to the specified size.
Declaration
public const CheckBoxSizeType Exactly
Field Value
Type |
---|
CheckBoxSizeType |