GaugeRegions Property
Gets or sets an
AvaloniaList of
GaugeRegion objects, which specify colored regions to be highlighted along scale of the
Gauge.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
public virtual AvaloniaList<GaugeRegion> Regions { get; protected set; }
abstract Regions : AvaloniaList<GaugeRegion> with get, set
override Regions : AvaloniaList<GaugeRegion> with get, set
Property Value
AvaloniaListGaugeRegion
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.