Back to Devexpress

TileBar.ItemPadding Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-b2271512.md

latest1.1 KB
Original Source

TileBar.ItemPadding Property

Gets or sets the amount of space in pixels between an item’s borders and its contents.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Padding ItemPadding { get; set; }
vb
Public Property ItemPadding As Padding

Property Value

TypeDescription
Padding

A Padding object that contains indents between an item’s borders and its contents.

|

See Also

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace