Gets or sets the amount by which to change zoom level when + and - buttons are clicked.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public double ZoomStep { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ZoomStep As Double |
See Also