Back to Devexpress

LayoutItem.LabelHorizontalAlignment Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutitem-6ac8b4da.md

latest1.5 KB
Original Source

LayoutItem.LabelHorizontalAlignment Property

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

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
vb
Public Property LabelHorizontalAlignment As HorizontalAlignment

Property Value

TypeDescription
HorizontalAlignment

A HorizontalAlignment value that specifies the horizontal alignment of the label within the layout item’s label region.

|

See Also

Label

LabelVerticalAlignment

LayoutItem Class

LayoutItem Members

DevExpress.Xpf.LayoutControl Namespace