Gets or sets the zoom factor used to scale up or down the diagram pages.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public float ZoomFactor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ZoomFactor As Single |
A float value specifying percentage of the original diagram size. The default is 100.
See Also