Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public static Padding DefaultButtonPadding { get; }

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