Search
ZoomControl Constructor (String, String)
See Also
 





Creates an instance of ZoomControl for a target view.

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

 Syntax

C#  Copy Code

public ZoomControl (
    string id,
    string targetId
)

Visual Basic  Copy Code

Public New ( _
    id As String, _
    targetId As String _
)

 Parameters

id

The Id of the ZoomControl

targetId

The Id of the target DiagramView

 See Also