Skip to main content
A newer version of this page is available. .

BreadcrumbsModel.Padding Property

Gets or sets the Breadcrumbs.Padding property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.2.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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