NeedleCollectionItem Property

Gets or sets a Needle object at specified index.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
public Needle this[
	int index
] { get; set; }

Parameters

index  Int32
Index of the Needle to get or set.

Return Value

Needle
A Needle object at specified index.

See Also