Back to Devexpress

LayoutGroup.ActualVerticalAlignment Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-9ff7cdbf.md

latest1.3 KB
Original Source

LayoutGroup.ActualVerticalAlignment Property

Gets the group’s actual vertical alignment.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public VerticalAlignment ActualVerticalAlignment { get; }
vb
Public ReadOnly Property ActualVerticalAlignment As VerticalAlignment

Property Value

TypeDescription
VerticalAlignment

A VerticalAlignment value.

|

Remarks

The actual vertical alignment is calculated based on the VerticalAlignment properties of the group and its children.

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace