Class ShapeCollection
Strongly type collection (alias) of IShape instances.
Inheritance
System.Object
ShapeCollection
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ShapeCollection : ReadOnlyCollection<IShape>
Constructors
ShapeCollection(IList<IShape>)
Initializes a new instance of the Shape
Declaration
public ShapeCollection(IList<IShape> list)
Parameters
System. The list. |