Skip to main content
Bar

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool RotateWhenVertical { get; set; }

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