NavElement.Padding Property
Gets or sets the amount of space around the NavElement when it is rendered as a button 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 | The Padding object specifying the amount of space around the NavElement when it is rendered as a button in the nav bar. |
Remarks
Use the Padding property to specify the amount of space around the NavElement when it is rendered as a button in the nav bar. To specify the padding for all buttons of the nav bar, use the TileNavPane.ButtonPadding property.
See Also