Search
ControlNode Constructor ()
See Also
 






Initializes a new instance of the ControlNode class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ControlNode ()

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