[]
        
(Showing Draft Content)

C1.Win.Gauge.PointerCollection.Item

this Property

this[int]

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

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

this[string]

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

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