wpf-devexpress-dot-xpf-dot-bars-dot-bar-8f25e93c.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public bool RotateWhenVertical { get; set; }
Public Property RotateWhenVertical As Boolean
| Type | Description |
|---|---|
| Boolean |
true if the captions of the bar’s links are rotated when the bar is vertically docked; otherwise, false.
|
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