Gets or sets the background of the dock handlers and buttons when they are pointed with the mouse. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush HandlersOverBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HandlersOverBackground As Brush |
A WPF Brush object.
See Also