Search
DiagramNode.TopLevel Property
See Also
 





DiagramItem.TopLevel override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool TopLevel { get; }

Visual Basic  Copy Code

Public Overrides ReadOnly Property TopLevel As Boolean

 Property Value

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

 See Also