Search
Ruler.DiagramView Property
See Also
 





Gets or sets the DiagramView document this ruler is associated with.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public DiagramView DiagramView { get; set; }

Visual Basic  Copy Code

Public Property DiagramView As DiagramView

 Property Value

An instance of the DiagramView class contained within the ruler.

 Remarks

This property can be set in design time by dragging a DiagramView control into the ruler control, or by selecting a DiagramView instance from the combo box displayed in the property grid for DiagramView.

 See Also