Search
ZoomControl.SetMaxZoomFactor Method
See Also
 





Sets the maximum zoom level allowed to set through this control.

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

 Syntax

C#  Copy Code

public ZoomControl SetMaxZoomFactor (
    double value
)

Visual Basic  Copy Code

Public Function SetMaxZoomFactor( _
    value As Double _
) As ZoomControl

 Parameters

value

 Return Value

 See Also