NeedleCollectionItem Property
Gets or sets a
Needle object at specified index.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
public Needle this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Needle
Get
Set
- index Int32
- Index of the Needle to get or set.
NeedleA
Needle object at specified index.