Gets the predefined anchor pattern Decision1In3Out.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static AnchorPattern Decision1In3Out { get; } |
Visual Basic
Copy Code
|
|---|
Public Shared ReadOnly Property Decision1In3Out As AnchorPattern |
An instance of the AnchorPattern class.
RemarksIncoming links connect to the top vertex; outgoing links can start from the other vertices.
See Also