[]
        
(Showing Draft Content)

C1.Win.Gauge.CommonFillingCollection.Item

this Property

this[int]

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

Declaration
public CommonFilling this[int index] { get; set; }
Public Default Property Item(index As Integer) As CommonFilling
Parameters
Type Name Description
int index

this[string]

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

Declaration
public CommonFilling this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As CommonFilling
Parameters
Type Name Description
string name