Search
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
Assembly: MindFusion.Diagramming

 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