Back to Devexpress

TileNavPane.ButtonPadding Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-f6f2d2c7.md

latest1.8 KB
Original Source

TileNavPane.ButtonPadding Property

Gets or sets the amount of space around NavElements rendered as buttons in the nav bar.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Padding ButtonPadding { get; set; }
vb
<DXCategory("Appearance")>
Public Property ButtonPadding As Padding

Property Value

TypeDescription
Padding

The Padding object specifying the amount of space around NavElements rendered as buttons in the nav bar.

|

Remarks

The ButtonPadding property specifies the amount of space around NavElements rendered as buttons in the nav bar. To override this setting for a particular NavElement, use the NavElement.Padding property.

See Also

Padding

NavElement

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace