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