Gets or sets the effective zoom factor used to scale up or down the Diagram. This property takes into consideration the Diagram.ZoomFactor so changing it will not cause visual change
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double ZoomFactor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ZoomFactor As Double |
See Also