[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.ShapeCollection

ShapeCollection Class

Represents a collection of DrawingShape objects on an IShapeContainer.

Inheritance
ShapeCollection
Namespace: C1.WPF.Word.Canvas
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class ShapeCollection : Collection<DrawingShape>, IList<DrawingShape>, ICollection<DrawingShape>, IList, ICollection, IReadOnlyList<DrawingShape>, IReadOnlyCollection<DrawingShape>, IEnumerable<DrawingShape>, IEnumerable

Properties

Name Description
Owner

Gets the IShapeContainer object that owns the collection.

Methods

Name Description
ClearItems()
Clone(IShapeContainer)

Gets clone for this collection.

IndexOf(int)

Gets the position of an DrawingShape object in the collection.

InsertItem(int, DrawingShape)
Remove(int)

Removes an DrawingShape object from the collection.

RemoveItem(int)
SetItem(int, DrawingShape)