Search
DiagramView.ZoomOut Method
See Also
 





Zooms the diagram out making items appear further away.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public void ZoomOut ()

Visual Basic  Copy Code

Public Sub ZoomOut ()

 Remarks

Call this method if you want to make the diagram items appear further and smaller. It decreases the ZoomFactor with 10 each time it executes.

 See Also