Search
DiagramNode.IsAttached Property
See Also
 






Gets a value indicating whether this item is attached to another item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsAttached { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsAttached As Boolean

 Property Value

A boolean value.

 See Also