Back to Devexpress

BaseLayoutItem.CaptionVerticalAlignment Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-d0b6d8a0.md

latest1.4 KB
Original Source

BaseLayoutItem.CaptionVerticalAlignment Property

Gets or sets the vertical alignment of the item’s caption. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public VerticalAlignment CaptionVerticalAlignment { get; set; }
vb
Public Property CaptionVerticalAlignment As VerticalAlignment

Property Value

TypeDescription
VerticalAlignment

A VerticalAlignment value that specifies the caption’s vertical alignment.

|

See Also

CaptionHorizontalAlignment

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace