Back to Devexpress

TileBar.Orientation Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilebar-779fbc69.md

latest1.7 KB
Original Source

TileBar.Orientation Property

Gets or sets whether the TileBar is oriented horizontally or vertically.

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 the orientation of the current TileBar. The default is Horizontal.

|

Remarks

By default, when the Orientation property is set to Horizontal , tiles in the current TileBar are arranged horizontally, as in the following picture.

Set this property to Vertical to arrange tiles vertically. The result is shown in the figure below.

The TileBar orientation affects the direction in which flyouts open (see TileBar.FlyoutShowDirection).

See Also

FlyoutShowDirection

TileBar Class

TileBar Members

DevExpress.Xpf.Navigation Namespace