Back to Devexpress

TileBar.ItemSize Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-8714d354.md

latest1.8 KB
Original Source

TileBar.ItemSize Property

Gets or sets the tile height.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(60)]
public int ItemSize { get; set; }
vb
<DefaultValue(60)>
Public Property ItemSize As Integer

Property Value

TypeDefaultDescription
Int3260

The tile height.

|

Remarks

Tiles in the TileBar can be of two sizes: Medium and Wide. Use the TileBarItem.ItemSize property to select one of these sizes. A medium item is a square tile, whose dimensions are specified by the TileBar.ItemSize property. A wide item is rectangular tile whose height equals the TileBar.ItemSize property value, while the width is specified by the TileBar.WideTileWidth property. You can set this property to a custom value when required.

See Also

ItemSize

WideTileWidth

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace