MindFusion.Wpf Pack Programmer's Guide
AnchorPattern.Points Property
See Also
 





Gets a collection of the anchor points in this pattern.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

AnchorPattern Members
AnchorPattern Class
MindFusion.Diagramming.Wpf Namespace