Back to Devexpress

Breadcrumbs.Border Property

corelibraries-devexpress-dot-xtracharts-dot-breadcrumbs-4b243102.md

latest1.2 KB
Original Source

Breadcrumbs.Border Property

Gets the chart control’s border settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangularBorder Border { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Border As RectangularBorder

Property Value

TypeDescription
RectangularBorder

The border appearance settings storage.

|

See Also

Breadcrumbs Class

Breadcrumbs Members

DevExpress.XtraCharts Namespace