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
SyntaxC#
Copy Code
|
|---|
public virtual bool TopLevel { get; } |
Visual Basic
Copy Code
|
|---|
Public Overridable ReadOnly Property TopLevel As Boolean |
true if this is a top-level item in the diagram; false otherwise.
See Also