ClassShapeCollection
Class
Strongly type collection (alias) of IShape instances.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public sealed class ShapeCollection : ReadOnlyCollection<IShape>, IList<IShape>, ICollection<IShape>, IList, ICollection, IReadOnlyList<IShape>, IReadOnlyCollection<IShape>, IEnumerable<IShape>, IEnumerable
Inheritance: objectReadOnlyCollection<IShape>ShapeCollection
Implements:
Inherited Members
Constructors
ShapeCollection(IList<IShape>)
Initializes a new instance of the ShapeCollection class.