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