Back to Devexpress

TileBar.ItemSpacing Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilebar-874b548a.md

latest1.2 KB
Original Source

TileBar.ItemSpacing Property

Gets or sets the distance between tiles in the current TileBar. This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public double ItemSpacing { get; set; }
vb
Public Property ItemSpacing As Double

Property Value

TypeDescription
Double

A Double value that specifies the distance, in pixels, between tiles within the current TileBar. The default is 10.

|

Remarks

The ItemSpacing property allows you to adjust the distance between items in the TileBar.

See Also

TileBar Class

TileBar Members

DevExpress.Xpf.Navigation Namespace