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.v14.2.dll

#Declaration

[XtraSerializableProperty]
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