Class CheckBoxAlignment
Defines the constant that specify the alignment of the check box.
Inheritance
System.Object
CheckBoxAlignment
Namespace: Syncfusion.Windows.Forms.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class CheckBoxAlignment : Enum
Fields
Left
Specifies that the check box will be left aligned.
Declaration
public const CheckBoxAlignment Left
Field Value
| Type |
|---|
| CheckBoxAlignment |
Right
Specifies that the check box will be right aligned.
Declaration
public const CheckBoxAlignment Right
Field Value
| Type |
|---|
| CheckBoxAlignment |