Back to Devexpress

BaseLayoutItem.TabCaptionVerticalAlignment Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-408005cf.md

latest1.4 KB
Original Source

BaseLayoutItem.TabCaptionVerticalAlignment Property

Gets or sets the vertical alignment of the item’s tab 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 TabCaptionVerticalAlignment { get; set; }
vb
Public Property TabCaptionVerticalAlignment As VerticalAlignment

Property Value

TypeDescription
VerticalAlignment

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

|

See Also

TabCaptionHorizontalAlignment

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace