BaseLayoutItem.TabCaptionVerticalAlignment Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public VerticalAlignment TabCaptionVerticalAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
See Also