Gets or sets the brush used to fill the ZoomControl buttons when mouse is over.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush GlowFill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GlowFill As Brush |
A System.Windows.Media.Brush instance.
See Also