GaugeGaugeAngles Property

Gets or sets a ConstrainedObservableRangeDouble which specifies starting and ending angles of the arc of Gauge.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
public ConstrainedObservableRangeDouble GaugeAngles { get; set; }

Property Value

ConstrainedObservableRangeDouble

Remarks

The angles are specified in degrees.

Starting angle is specified by a value in From property. A value of 0 degrees would point to east with a clock-wise rotation. This means, that a value of 90 degrees would point towards south. A value of 180 degrees would point to west, etc.

Ending angle is specified by a value in To property.

See Also