Back to Devexpress

TileBar.WideTileWidth Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-4a1b534c.md

latest1.8 KB
Original Source

TileBar.WideTileWidth Property

Gets or sets the width of wide tiles.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int32158

The width of wide tiles.

|

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 wide item is rectangular tile whose height equals the TileBar.TileBar.ItemSize property value, while the width is specified by the WideTileWidth property. You can set this property to a custom value when required.

See Also

TileBarItem.ItemSize

TileBar.ItemSize

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace