maui-devexpress-dot-maui-dot-editors-dot-checkedit-52153871.md
Gets or sets the vertical or horizontal alignment of the checkbox. This is a bindable property.
Namespace : DevExpress.Maui.Editors
Assembly : DevExpress.Maui.Editors.dll
NuGet Package : DevExpress.Maui.Editors
public TextAlignment CheckBoxAlignment { get; set; }
| Type | Default | Description |
|---|---|---|
| TextAlignment | Center |
The checkbox’s alignment.
|
To align the checkbox and label within the editor bounds, use the following properties:
CheckBoxAlignment — specifies the alignment of the checkbox at the side where it is positioned. For example, if the editor is positioned at the top or bottom, this property specifies whether the editor is aligned at the left or right; if the editor is positioned at the left or right, this property specifies whether the editor is aligned at the top or bottom.See Also