DiagramLite Programmer's Guide
Ruler.Document Property
See Also
 





Gets or sets the Diagram object this ruler is associated with.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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 Namespace