maui-devexpress-dot-maui-dot-editors-dot-checkedit-9566f7e6.md
Gets or sets the vertical 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 LabelVerticalAlignment { get; set; }
| Type | Default | Description |
|---|---|---|
| TextAlignment | Center |
The label’s vertical alignment.
|
To align the checkbox and label within the editor bounds, use the following properties:
LabelVerticalAlignment — specifies the label vertical alignment.See Also