BreadcrumbsModel.Padding Property
Gets or sets the Breadcrumbs.Padding property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public RectangleIndentsModel Padding { get; }
Property Value
| Type | Description |
|---|---|
| RectangleIndentsModel | A model that specifies indents between the Breadcrumb element’s content and its edge, in pixels. |
See Also