Search
DiagramView.SetMagnifierFactor Method
See Also
 





Sets the zoom factor of the magnifier tool.

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

 Syntax

C#  Copy Code

public DiagramView SetMagnifierFactor (
    float value
)

Visual Basic  Copy Code

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

 Parameters

value

 Return Value

 See Also