RangeCollectionItem Property

Gets or sets a Range object at specified index.

Definition

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

Parameters

index  Int32
Index of the Range to get or set.

Return Value

Range
A Range object at specified index.

See Also