Back to Devexpress

OptionsMinimizing.VerticalTextOrientation Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-optionsminimizing-8d07af44.md

latest2.7 KB
Original Source

OptionsMinimizing.VerticalTextOrientation Property

Gets or sets whether element captions in the collapsed accordion state are oriented from top to bottom (default) or inversely.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Docking.VerticalTextOrientationDefault

A DevExpress.XtraBars.Docking.VerticalTextOrientation enumeration value, such as TopToBottom or BottomToTop , that specifies how captions are oriented vertically.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to VerticalTextOrientation
AccordionControl

.OptionsMinimizing .VerticalTextOrientation

|

Remarks

When the accordion control is minimized (see OptionsMinimizing.State), element captions (see AccordionControlElementBase.Text, AccordionControl.CustomElementText) are oriented from top to bottom by default. Set the VerticalTextOrientation property to BottomToTop to orient captions inversely.

See Also

State

Text

CustomElementText

OptionsMinimizing Class

OptionsMinimizing Members

DevExpress.XtraBars.Navigation Namespace