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