BreadcrumbsModel.Padding Property
Gets or sets the Breadcrumbs.Padding property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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