Search
RulerExtensions.Ruler Method (IHtmlHelper, Ruler, Object)
See Also
 





Returns a Ruler by using the specified HTML helper.

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

 Syntax

C#  Copy Code

public static MvcHtmlString Ruler (
    HtmlHelper helper,
    Ruler view,
    Object htmlAttributes
)

Visual Basic  Copy Code

Public Shared Function Ruler( _
    helper As HtmlHelper, _
    view As Ruler, _
    htmlAttributes As Object _
) As MvcHtmlString

 Parameters

helper

The HTML helper

view

The Ruler

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also