[]
Represents a collection of canvas elements.
public sealed class CanvasItemCollection : Collection<CanvasItem>, IList<CanvasItem>, ICollection<CanvasItem>, IList, ICollection, IReadOnlyList<CanvasItem>, IReadOnlyCollection<CanvasItem>, IEnumerable<CanvasItem>, IEnumerable, IDisposable
| Name | Description |
|---|---|
| Page | Gets the page. |
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. |
| GetReadOnlyList() | Gets a read-only list of canvas elements. |
| InsertItem(int, CanvasItem) | Inserts an item to the collection at the specified index. |
| SetItem(int, CanvasItem) | Replaces an item in the collection at the specified index. |