Search
AnchorPattern.Decision1In3Out Property
See Also
 





Gets the predefined anchor pattern Decision1In3Out.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static AnchorPattern Decision1In3Out { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property Decision1In3Out As AnchorPattern

 Property Value

An instance of the AnchorPattern class.

 Remarks

Incoming links connect to the top vertex; outgoing links can start from the other vertices.

 See Also