Skip to main content

Breadcrumbs.Padding Property

Specifies the inner space between the Breadcrumb element’s content and its edge, in pixels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleIndents Padding { get; }

Property Value

Type Description
RectangleIndents

The Breadcrumb element’s inner indents, measured in pixels.

See Also