Search
ZoomControlExtensions.ZoomControl Method (IHtmlHelper, ZoomControl)
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,
    ZoomControl control
)

Visual Basic  Copy Code

Public Shared Function ZoomControl( _
    helper As HtmlHelper, _
    control As ZoomControl _
) As MvcHtmlString

 Parameters

helper

The HTML helper

control

The ZoomControl

 Return Value

 See Also