Search
ZoomControl.SetSnapToZoomStep Method
See Also
 





Sets a value indicating whether the trackbar should snap to ZoomStep values when dragged.

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

 Syntax

C#  Copy Code

public ZoomControl SetSnapToZoomStep (
    bool value
)

Visual Basic  Copy Code

Public Function SetSnapToZoomStep( _
    value As Boolean _
) As ZoomControl

 Parameters

value

 Return Value

 See Also