Gets or sets the zoom factor used to scale up or down the diagram.
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 percent of the original diagram size. The default is 100.
RemarksUse the property to set how far the diagram items should look. Values smaller than 100 make items appear further, bigger than 100 - nearer. The default value is 100, specifying that no scaling transformation is applied.
See Also