Back to Devexpress

DockingOptions.TabbedPanelVerticalTextOrientation Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingoptions-fb28247c.md

latest2.7 KB
Original Source

DockingOptions.TabbedPanelVerticalTextOrientation Property

Gets or sets the text direction, according to which tabbed panels’ header strings are drawn.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(VerticalTextOrientation.Default)]
[XtraSerializableProperty]
public VerticalTextOrientation TabbedPanelVerticalTextOrientation { get; set; }
vb
<DefaultValue(VerticalTextOrientation.Default)>
<XtraSerializableProperty>
Public Property TabbedPanelVerticalTextOrientation As VerticalTextOrientation

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Docking.VerticalTextOrientationDefault

A DevExpress.XtraBars.Docking.VerticalTextOrientation enumerator value that specifies the text direction, according to which tabbed panels’ header strings are drawn.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TabbedPanelVerticalTextOrientation
DockManager

.DockingOptions .TabbedPanelVerticalTextOrientation

|

Remarks

When panels are docked as tabs, you can choose where tab headers are shown by modifying the DockPanel.TabsPosition property value. If tab headers are oriented vertically, use the TabbedPanelVerticalTextOrientation property to specify header caption direction: top-to-bottom (default behavior) or bottom-to-top. The figure below illustrates both options.

See Also

Working with Panel Containers

DockingOptions Class

DockingOptions Members

DevExpress.XtraBars.Docking Namespace