Gets or sets the DiagramView document this ruler is associated with.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public DiagramView DiagramView { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DiagramView As DiagramView |
An instance of the DiagramView class contained within the ruler.
RemarksThis 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