Search
ContainerNode Constructor ()
See Also
 






Initializes a new instance of the ContainerNode class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ContainerNode ()

Visual Basic  Copy Code

Public Sub New ()

 Remarks

This constructor leaves the node's dependency properties in their default state, without local values. This allows the node to be styled through the WinUI 3 styling mechanism.

 See Also