Skip to main content
A newer version of this page is available. .

CheckEdit.LabelVerticalAlignment Property

Gets or sets the vertical alignment of the label.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public TextAlignment LabelVerticalAlignment { get; set; }

Property Value

Type Description
TextAlignment

A value that specifies the label vertical alignment.

Remarks

To align the checkbox and label within the editor bounds, use the following properties:

  • CheckBoxPosition — specifies whether the checkbox is positioned at the left, right, top, or bottom side of the parent layout.
  • 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.
  • LabelHorizontalAlignment — specifies the label horizontal alignment.
  • LabelVerticalAlignment — specifies the label vertical alignment.
See Also