Bar.RotateWhenVertical Property
Gets or sets whether the captions of the bar’s links are rotated when the bar is vertically docked. 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 captions of the bar’s links are rotated when the bar is vertically docked; otherwise, false. |
Remarks
If the RotateWhenVertical property is set to true, the captions of the bar’s links are vertically oriented when the bar is displayed within the bar container that is docked to the left or right of the window (BarContainerControl.ContainerType is set to Left or Right). Otherwise, the captions are horizontally oriented.
See Also