Back to Devexpress

DockingOptions.AutoHidePanelVerticalTextOrientation Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingoptions-74832fa8.md

latest2.6 KB
Original Source

DockingOptions.AutoHidePanelVerticalTextOrientation Property

Specifies the vertical direction of auto-hidden panel captions.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Docking.VerticalTextOrientationDefault

The vertical text direction of auto-hidden panel captions.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AutoHidePanelVerticalTextOrientation
DockManager

.DockingOptions .AutoHidePanelVerticalTextOrientation

|

Remarks

When captions of auto hidden panels are oriented vertically, the default direction of the text is from top to bottom. Using the AutoHidePanelVerticalTextOrientation you can invert the text direction.

The following images demonstrate the same auto-hidden panel buttons with different vertical text directions:

See Also

DockingOptions

Text

DockingOptions Class

DockingOptions Members

DevExpress.XtraBars.Docking Namespace