[]
        
(Showing Draft Content)

C1.Win.C1Gauge.CommonGradientCollection.Item

this Property

this[int]

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

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

this[string]

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

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