DiagramLite Programmer's Guide
Overview.Document Property
See Also
 





Gets or sets the Diagram instance whose contents to display in the overview control.

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

A Diagram instance bound to this Overview control.

 Remarks

The overview control needs a Diagram reference to present the diagram in overview mode.

 See Also

Overview Members
Overview Class
MindFusion.Diagramming Namespace