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