[]
Represents a collection of CommonFont objects.
[ListBindable(false)]
public class CommonFontCollection : CommonItemCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the CommonFont at the specified position in the collection. |
| this[string] | Gets the first CommonFont with the specified name in the collection. |
| Name | Description |
|---|---|
| Add(CommonFont) | Adds the specified CommonFont to the collection. |
| AddRange(CommonFont[]) | Adds a group of CommonFont objects to the end of the collection. |
| Contains(CommonFont) | Determines whether this collection contains the specified CommonFont. |
| IndexOf(CommonFont) | Determines the index of a specific CommonFont in the collection. |
| Insert(int, CommonFont) | Inserts the specified CommonFont into this collection at the given index. |
| OnValidate(object) | Checks whather the type of the value argument is allowable for this collection. |
| Remove(CommonFont) | Removes the specified CommonFont from the collection. |