Zooms the diagram, making its items appear closer.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void ZoomIn () |
Visual Basic
Copy Code
|
|---|
Public Sub ZoomIn () |
RemarksCall this method when you want to make diagram items appear nearer / larger. It increases the ZoomFactor with 10 each time it executes.
See Also