Search
DiagramView.SetZoomFactor Method
See Also
 





Sets the zoom of the view.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView SetZoomFactor (
    float value
)

Visual Basic  Copy Code

Public Function SetZoomFactor( _
    value As Single _
) As DiagramView

 Parameters

value

 Return Value

 See Also