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 |
A collection of AnchorPoint object.
See Also