[]
Represents a collection of CanvasShape objects.
public class CanvasShapeCollection : ContentObjectCollection<CanvasShape>, IContentList<CanvasShape>, IReadOnlyList<CanvasShape>, IReadOnlyCollection<CanvasShape>, IEnumerable<CanvasShape>, IEnumerable
| Name | Description |
|---|---|
| Add() | Adds a CanvasShape to this collection at the End location. |
| Add(float, float) | Adds a CanvasShape to this collection at the End location. |
| Insert(InsertLocation) | Inserts a CanvasShape into this collection at a specified location. |
| Insert(float, float, InsertLocation) | Inserts a CanvasShape into this collection at a specified location. |