Gets or sets the DiagramView instance whose contents to display in this overview control.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
C# Copy Code |
---|
public DiagramView DiagramView { get; set; } |
Visual Basic Copy Code |
---|
Public Property DiagramView As DiagramView |
A DiagramView instance bound to this Overview control.
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.