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 ShapeCollection class.
Declaration
public ShapeCollection(IList<IShape> list)
Parameters
System.Collections.Generic.IList<IShape>
list
The list. |