[]
        
(Showing Draft Content)

C1.Win.Gauge.CommonFontCollection

CommonFontCollection Class

Represents a collection of CommonFont objects.

Inheritance
CommonFontCollection
Namespace: C1.Win.Gauge
Assembly: C1.Win.Gauge.8.dll
Syntax
[ListBindable(false)]
public class CommonFontCollection : CommonItemCollection, IList, ICollection, IEnumerable

Properties

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.

Methods

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.