MindFusion.Wpf Pack Programmer's Guide
Ruler.Document Property
See Also
 





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

 Syntax

C#  Copy Code

public Diagram Document { get; set; }

Visual Basic  Copy Code

Public Property Document As Diagram

 Property Value

An instance of the Diagram class contained within the ruler.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace