Gets or sets the Diagram document this ruler is associated with. This property is obsolete; set DiagramView instead.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Diagram Document { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Document As Diagram |
An instance of the Diagram class contained within the ruler.
See Also