Search
AnchorPattern.Points Property
See Also
 






Gets a collection of the anchor points in this pattern.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPointCollection Points { get; set; }

Visual Basic  Copy Code

Public Property Points As AnchorPointCollection

 Property Value

A collection of AnchorPoint object.

 See Also