[]
        
(Showing Draft Content)

C1.Win.C1Gauge.CommonColorMapCollection.Item

this Property

this[int]

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

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

this[string]

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

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