maui-devexpress-dot-maui-dot-editors-dot-checkedit-e0c2f658.md
Gets or sets the horizontal alignment of the label. This is a bindable property.
Namespace : DevExpress.Maui.Editors
Assembly : DevExpress.Maui.Editors.dll
NuGet Package : DevExpress.Maui.Editors
public TextAlignment LabelHorizontalAlignment { get; set; }
| Type | Default | Description |
|---|---|---|
| TextAlignment | Start |
The label’s horizontal alignment.
|
To align the checkbox and label within the editor bounds, use the following properties:
LabelHorizontalAlignment — specifies the label horizontal alignment.See Also