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