New to Telerik UI for WinFormsStart a free 30-day trial

Strongly type collection (alias) of IShape instances.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public sealed class ShapeCollection : ReadOnlyCollection<IShape>, IList, ICollection, IEnumerable

Inheritance: objectReadOnlyCollection<IShape>ShapeCollection

Implements: ICollectionIEnumerableIList

Inherited Members ReadOnlyCollection<IShape>.Contains(IShape)ReadOnlyCollection<IShape>.CopyTo(IShape[], int)ReadOnlyCollection<IShape>.GetEnumerator()ReadOnlyCollection<IShape>.IndexOf(IShape)ReadOnlyCollection<IShape>.CountReadOnlyCollection<IShape>.this[int]...

Constructors

Initializes a new instance of the ShapeCollection class.

C#
public ShapeCollection(IList<IShape> list)
Parameters:listIList<IShape>

The list.

In this article
DefinitionConstructorsShapeCollection(IList<IShape>)
Not finding the help you need?
Contact Support