Gets or sets a value indicating whether the label that shows the current zoom level should be visible.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowLabel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowLabel As Boolean |
true to show the zoom level label, or false otherwise. The default value is true.
See Also