Back to Devexpress

LayoutGroup.ActualHorizontalAlignment Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-effaff37.md

latest1.3 KB
Original Source

LayoutGroup.ActualHorizontalAlignment Property

Gets the group’s actual horizontal alignment.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public HorizontalAlignment ActualHorizontalAlignment { get; }
vb
Public ReadOnly Property ActualHorizontalAlignment As HorizontalAlignment

Property Value

TypeDescription
HorizontalAlignment

A HorizontalAlignment value.

|

Remarks

The actual horizontal alignment is calculated based on the HorizontalAlignment properties of the group and its children.

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace