Gets a collection of the anchor points in this pattern.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
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.