Gets or sets the amount by which to change zoom level when + and - buttons are clicked.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public float ZoomStep { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ZoomStep As Single |
A float value specifying the zoom level change. The default value is 10.
See Also