Search
AnchorPointCollection Class
See Also
 





Represents a strongly typed collection of anchor points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class AnchorPointCollection : PersistableCollection<AnchorPoint>

Visual Basic  Copy Code

Public Class AnchorPointCollection
    Inherits PersistableCollection(Of AnchorPoint)

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.CollectionBase(AnchorPoint)
        MindFusion.Diagramming.PersistableCollection(AnchorPoint)
            MindFusion.Diagramming.AnchorPointCollection

 See Also