Back to Devexpress

Bar.RotateWhenVertical Property

wpf-devexpress-dot-xpf-dot-bars-dot-bar-8f25e93c.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool RotateWhenVertical { get; set; }
vb
Public Property RotateWhenVertical As Boolean

Property Value

TypeDescription
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

DockInfo

BarDockInfo.ContainerType

BarContainerControl.ContainerType

Bar Class

Bar Members

DevExpress.Xpf.Bars Namespace