Search
ZoomControl.getSnapToZoomStep Method
See Also
 

Gets whether the trackbar should snap to ZoomStep values when dragged.

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

 Syntax

Java  Copy Code

public boolean getSnapToZoomStep ()

 Return Value

true to snap to multiples of ZoomStep, or false otherwise. The default value is true.

 See Also