The following tables list the members exposed by AnnLayerCollection.
Name | Description | |
---|---|---|
![]() | AnnLayerCollection Constructor | Creates a new layer collection for the specified owner. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of AnnLayer contained in the AnnLayerCollection. |
![]() | Item | Gets or sets the element at the specified index. |
![]() | Owner | Gets the owner layer of this collection. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified AnnLayer to the end of the collection. |
![]() | BringToFront | Moves a layer up in the Z-order of the list. |
![]() | Clear | Removes all elements from this AnnLayerCollection. |
![]() | Contains | Determines whether the specified AnnLayer is in the collection. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | IndexOf | Gets the index of an object in this collection. |
![]() | Move | Moves the item at the specified index to a new location in the collection. |
![]() | Remove | Removes the first occurrence of the specified AnnLayer from the collection. |
![]() | RemoveAt | Removes the element at the specified index of the AnnLayerCollection. |
![]() | SendToBack | Moves a layer down in the Z-order of the list. |
![]() | ToArray | Copies the elements of the AnnLayerCollection to a new array. |
Name | Description | |
---|---|---|
![]() | ClearItems | Removes all items from the collection. |
![]() | InsertItem | Inserts the specified AnnLayer into this AnnLayerCollection at the specified index. |
![]() | MoveItem | Moves the item at the specified index to a new location in the collection. |
![]() | OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. |
![]() | RemoveItem | Removes the first occurrence of the specified AnnLayer from the collection. |
![]() | SetItem | Replaces the element at the specified index. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs when the collection changes. |