Represents a strongly typed collection of anchor points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class AnchorPointCollection : PersistableCollection<AnchorPoint> |
Visual Basic
Copy Code
|
|---|
Public Class AnchorPointCollection |
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.CollectionBase(AnchorPoint)
MindFusion.Diagramming.PersistableCollection(AnchorPoint)
MindFusion.Diagramming.AnchorPointCollection
See Also