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
C# 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |