Skip to main content

LayoutItem.LabelVerticalAlignment Property

Gets or sets the vertical alignment of the label within the layout item's label region. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public VerticalAlignment LabelVerticalAlignment { get; set; }

#Property Value

Type Description
VerticalAlignment

A VerticalAlignment value that specifies the vertical alignment of the label within the layout item's label region.

See Also