Search
ZoomControl.setMinZoomFactor Method
See Also
 

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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setMinZoomFactor (
    float value
)

 Parameters

value

A float value specifying the minimum zoom level.

 See Also