Search
AnchorPattern.Points Property
See Also
 





Gets a collection of the anchor points in this pattern.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPointCollection Points { get; set; }

Visual Basic  Copy Code

Public Property Points As AnchorPointCollection

 Property Value

The string id that was passed as an argument to the AnchorPattern constructor. The default is an empty string.

 Remarks

To find an anchor pattern by its id, call the static FromId method.

 See Also