Back to Devexpress

TileControl.Orientation Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-68cce494.md

latest1.5 KB
Original Source

TileControl.Orientation Property

Gets or sets the tile arrangement algorithm.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(Orientation.Horizontal)]
[DXCategory("Appearance")]
public Orientation Orientation { get; set; }
vb
<DefaultValue(Orientation.Horizontal)>
<DXCategory("Appearance")>
Public Property Orientation As Orientation

Property Value

TypeDefaultDescription
OrientationHorizontal

The value specifying the tile arrangement algorithm.

|

Remarks

A TileControl provides horizontal and vertical tile layouts. See the Tile Control topic to learn more.

See Also

Tile Control

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace