Skip to main content

CircularDiagram2D.DomainBorderBrush Property

For internal use. Specifies the diagram’s domain border brush.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Brush DomainBorderBrush { get; set; }

Property Value

Type Description
Brush

A Brush object.

Remarks

This property is used to support binding when applying a control template to a CircularDiagram2D object.

See Also