Initializes a new instance of the DiagramLink class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink () |
Visual Basic
Copy Code
|
|---|
Public Sub New () |
RemarksThis constructor leaves the link's dependency properties in their default state, without local values. This allows the link to be styled through the WinUI 3 styling mechanism.
See Also