Search
ZoomControl.Fill Property
See Also
 





Gets or sets the brush used to fill the ZoomControl elements.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public Brush Fill { get; set; }

Visual Basic  Copy Code

Public Property Fill As Brush

 Property Value

A System.Drawing.Brush instance. The default value is Brushes.White.

 See Also