TileNavPane.DefaultButtonPadding Property
Returns the default amount of space around NavElements rendered as buttons in the nav bar.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Padding | A Padding object that specifies the amount of space around buttons in the nav bar. The default value is Padding(12). |
Remarks
The DefaultButtonPadding property returns the default amount of space around buttons in the nav bar. To customize button padding for all buttons in the nav bar, use the TileNavPane.ButtonPadding property. You can also override this setting for a particular NavElement with the NavElement.Padding property.
See Also