Search
Overview.DiagramView Property
See Also
 





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

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public DiagramView DiagramView { get; set; }

Visual Basic  Copy Code

Public Property DiagramView As DiagramView

 Property Value

A DiagramView instance bound to this Overview control.

 Remarks

The overview control needs a DiagramView reference and not a Diagram one, because a part of the overview functionality is displaying a tracking rectangle that corresponds to the diagram region currently visible inside a view. If you need to present to your users a diagram only in overview mode, you must still create an invisible DiagramView and assign it to the Overview control.

 See Also