Gets or sets the border brush of the items in the chart when the user points them with the mouse. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush ItemMouseOverBorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemMouseOverBorderBrush As Brush |
A WPF Brush.
See Also