Search
RulerExtensions.Ruler Method (IHtmlHelper, String, String, 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 IHtmlContent Ruler (
    IHtmlHelper helper,
    string id,
    string diagramViewId,
    Object htmlAttributes
)

Visual Basic  Copy Code

Public Shared Function Ruler( _
    helper As IHtmlHelper, _
    id As String, _
    diagramViewId As String, _
    htmlAttributes As Object _
) As IHtmlContent

 Parameters

helper

The HTML helper

id

The Id of the Ruler

diagramViewId

The Id of the DiagramView

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also