GaugeOutOfRangeIndicator Property

Note: This API is now obsolete.
Gets the settings of the OutOfRangeIndicator of the first Needle in NeedleCollection. If the NeedleCollection is empty, returns -null-;

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
[ObsoleteAttribute("OutOfRangeIndicator property is obsolete. Each Needle has its own OutOfRangeIndicator now.")]
public virtual OutOfRangeIndicator OutOfRangeIndicator { get; }

Property Value

OutOfRangeIndicator

See Also