Search
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

 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


 See Also