Search
TabbedDiagramView.Document Property
See Also
 






Gets or sets the displayed diagram document. This is a dependency property.

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

 Syntax

C#  Copy Code

public DiagramDocument Document { get; set; }

Visual Basic  Copy Code

Public Property Document As DiagramDocument

 Property Value

A DiagramDocument object.

 See Also