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