Gets a collection of the anchor points in this pattern.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public AnchorPointCollection Points { get; set; } |
Visual Basic Copy Code |
---|
Public Property Points As AnchorPointCollection |
The string id that was passed as an argument to the AnchorPattern constructor. The default is an empty string.
To find an anchor pattern by its id, call the static FromId method.
WpfDiagram Programmer's Guide | © 2024 MindFusion |