[]
        
(Showing Draft Content)

C1.Win.Gauge.CommonImageCollection.Item

this Property

this[int]

Gets or sets the CommonImage at the specified position in the collection.

Declaration
public CommonImage this[int index] { get; set; }
Parameters
Type Name Description
int index

this[string]

Gets the first CommonImage with the specified name in the collection.

Declaration
public CommonImage this[string name] { get; }
Parameters
Type Name Description
string name