GaugeRegions Property

Gets or sets an AvaloniaList of GaugeRegion objects, which specify colored regions to be highlighted along scale of the Gauge.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
public virtual AvaloniaList<GaugeRegion> Regions { get; protected set; }

Property Value

AvaloniaListGaugeRegion

Remarks

It may be useful sometimes to highlight certain range of values to give it a specific meaning. For example, you may want to highlight certain range of values with greenish color to point out that these values are desired. Or you may want to highlight another range of values with redish color to point out that these values represent danger.

See Also