Search
ZoomControl.SetZoomStep Method
See Also
 





Sets the amount by which to change zoom level when + and - buttons are clicked.

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

 Syntax

C#  Copy Code

public ZoomControl SetZoomStep (
    double value
)

Visual Basic  Copy Code

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

 Parameters

value

 Return Value

 See Also