Back to Devexpress

TileBarItemSize Enum

windowsforms-devexpress-dot-xtrabars-dot-navigation-7819cc9d.md

latest1.7 KB
Original Source

TileBarItemSize Enum

Enumerates available tile sizes for the TileBar control.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum TileBarItemSize
vb
Public Enum TileBarItemSize

Members

NameDescription
Default

The same as Wide.

| | Medium |

A square tile with the dimension specified by the TileBar.ItemSize property.

| | Wide |

A rectangular tile with the width specified by the TileBar.WideTileWidth property. The item’s height is equal to the TileBar.ItemSize property value.

|

The following properties accept/return TileBarItemSize values:

Remarks

Use the TileBarItem.ItemSize property to specify the size of tiles in the TileBar control.

See Also

DevExpress.XtraBars.Navigation Namespace