MindFusion.Wpf Pack Programmer's Guide
DiagramItem.TopLevel Property
See Also
 





True if this is a top-level item in the diagram, or false if it is inside a container.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public virtual bool TopLevel { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property TopLevel As Boolean

 Property Value

true if this is a top-level item in the diagram; false otherwise.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace