Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public Padding Padding { get; set; }

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