Gets or sets the brush of the the label that shows the current zoom level.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush LabelFill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelFill As Brush |
A System.Drawing.Brush instance.
See Also