Search
DiagramView.SetMagnifierWidth Method
See Also
 





Sets the width of the magnifier tool, expressed in pixels.

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

 Syntax

C#  Copy Code

public DiagramView SetMagnifierWidth (
    int value
)

Visual Basic  Copy Code

Public Function SetMagnifierWidth( _
    value As Integer _
) As DiagramView

 Parameters

value

 Return Value

 See Also