Gets a collection of the anchor points in this pattern.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksTo find an anchor pattern by its id, call the static FromId method.
See Also