Search
Ruler Constructor (String, String)
See Also
 





Creates an instance of Ruler for a DiagramView.

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

 Syntax

C#  Copy Code

public Ruler (
    string id,
    string diagramViewId
)

Visual Basic  Copy Code

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

 Parameters

id

The Id of the Ruler

diagramViewId

The Id of the DiagramView

 See Also