Back to Devexpress

Chart3DControl.CrosshairBorderBrush Property

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-d2ad134e.md

latest1.2 KB
Original Source

Chart3DControl.CrosshairBorderBrush Property

Gets or sets the brush of the Crosshair popup border.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public Brush CrosshairBorderBrush { get; set; }
vb
<Browsable(False)>
Public Property CrosshairBorderBrush As Brush

Property Value

TypeDescription
Brush

The brush specifying the border color.

|

Remarks

This property is for control theming support. Normally, you should not use this property.

See Also

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace