Gets or sets the brush used to fill the ZoomControl elements.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush Fill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Fill As Brush |
A System.Drawing.Brush instance. The default value is Brushes.White.
See Also