Gets or sets the brush used to highlight selected objects in the chart model. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush MeshSelectionBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MeshSelectionBrush As Brush |
A WPF Brush object. The default is a solid red brush.
See Also