Search
ZoomControlExtensions.ZoomControl Method (IHtmlHelper, String, String)
See Also
 





Returns a ZoomControl by using the specified HTML helper.

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

 Syntax

C#  Copy Code

public static MvcHtmlString ZoomControl (
    HtmlHelper helper,
    string id,
    string diagramViewId
)

Visual Basic  Copy Code

Public Shared Function ZoomControl( _
    helper As HtmlHelper, _
    id As String, _
    diagramViewId As String _
) As MvcHtmlString

 Parameters

helper

The HTML helper

id

The Id of the ZoomControl

diagramViewId

The Id of the DiagramView

 Return Value

 See Also