Breadcrumbs.Padding Property
In This Article
Specifies the inner space between the Breadcrumb element’s content and its edge, in pixels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RectangleIndents Padding { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
The Breadcrumb element’s inner indents, measured in pixels. |
See Also