Back to Devexpress

OfficeNavigationBar.Orientation Property

wpf-devexpress-dot-xpf-dot-navigation-dot-officenavigationbar-f92b4c1d.md

latest1.8 KB
Original Source

OfficeNavigationBar.Orientation Property

Get or sets whether the OfficeNavigationBar is oriented horizontally or vertically. This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Orientation Orientation { get; set; }
vb
Public Property Orientation As Orientation

Property Value

TypeDescription
Orientation

An Orientation enumeration value that specifies whether the OfficeNavigationBar is oriented horizontally or vertically. The default is Horizontal.

|

Remarks

The Orientation and OfficeNavigationBar.ItemOrientation properties allow you to specify the orientation of the OfficeNavigationBar itself and its items.

See Also

ItemOrientation

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.Xpf.Navigation Namespace