MindFusion.Wpf Pack Programmer's Guide
DiagramView.ZoomFactor Property
See Also
 





Gets or sets the effective zoom factor used to scale up or down the Diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double ZoomFactor { get; set; }

Visual Basic  Copy Code

Public Property ZoomFactor As Double

 Property Value

A double value specifying percent of the original diagram size. The default is 100.

 Remarks

Use the property to set how far the diagram items should look. Values smaller than 100 make items appear further, bigger than 100 - closer. The default value is 100, specifying that no scaling transformation is applied.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
ZoomIn Method
ZoomOut Method
SetZoomFactor Method
ZoomToRect Method