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

Strongly type collection (alias) of IShape instances.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

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

Inheritance: objectReadOnlyCollection<IShape>ShapeCollection

Implements: ICollectionICollection<IShape>IEnumerableIEnumerable<IShape>IListIList<IShape>IReadOnlyCollection<IShape>IReadOnlyList<IShape>...

Inherited Members ReadOnlyCollection<IShape>.Contains(IShape)ReadOnlyCollection<IShape>.CopyTo(IShape[], int)ReadOnlyCollection<IShape>.GetEnumerator()ReadOnlyCollection<IShape>.IndexOf(IShape)ReadOnlyCollection<IShape>.EmptyReadOnlyCollection<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