Gets the predefined anchor pattern LeftInRightOut.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public static AnchorPattern LeftInRightOut { get; } |
Visual Basic Copy Code |
---|
Public Shared ReadOnly Property LeftInRightOut As AnchorPattern |
An instance of the AnchorPattern class.
The middle point of a node's bounding rectangle left side is anchor for incoming links; that on the right side - for outgoing.
WpfDiagram Programmer's Guide | © 2024 MindFusion |