Search
ZoomControl.SetMinZoomFactor Method
See Also
 





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

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

 Syntax

C#  Copy Code

public ZoomControl SetMinZoomFactor (
    double value
)

Visual Basic  Copy Code

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

 Parameters

value

 Return Value

 See Also