GaugeLimitLines Property

Gets or sets an AvaloniaList of LimitLine objects, which specify colored line separators to be used to separate regions of values 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 AvaloniaList<LimitLine> LimitLines { get; protected set; }

Property Value

AvaloniaListLimitLine

Remarks

Idea of a LimitLine is to divide Gauge into several segments. The actual appearance of a LimitLine is just a line, which starts at the center of Gauge and ends on its scale at a defined value.

See Also