Gets or sets the Diagram document this ruler is associated with.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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