[]
Stores point styles.
public class PointStylesCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| PointStylesCollection() |
| Name | Description |
|---|---|
| this[int] | Gets the specified PointStyle from the collection by numeric index. |
| Name | Description |
|---|---|
| Add(PointStyle) | Adds the specified PointStyle to the collection. |
| AddNewPointStyle() | Creates a new PointStyle and appends it to the collection. |
| Contains(PointStyle) | Determines whether the specified PointStyle exists in the collection. |
| CopyTo(PointStyle[], int) | Copies the collection of PointStyles beginning with the specified index to the specified array of PointStylesCollection objects. |
| IndexOf(PointStyle) | Gets the current index of the specified PointStyle in the collection. |
| Insert(int, PointStyle) | Inserts the specified PointStyle in the collection at the specified index. |
| OnClearComplete() | |
| OnInsert(int, object) | |
| OnRemove(int, object) | |
| OnRemoveComplete(int, object) | |
| Remove(PointStyle) | Removes the specified PointStyle from the collection. |