ToolBarControl.RotateWhenVertical Property
Gets or sets whether the item captions are directed from top to bottom when the ToolBarControl is oriented vertically. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the item captions are directed from top to bottom when the ToolBarControl is oriented vertically; otherwise, false. The default is true. |
Remarks
If the RotateWhenVertical property is set to true, the item captions are directed from top to bottom when the ToolBarControl is oriented vertically (see ToolBarControl.Orientation). Otherwise, the captions are horizontally oriented.
See Also