[]
        
(Showing Draft Content)

C1.Android.Gauge.LinearGaugeDirection

LinearGaugeDirection Class

Represents the direction in which the pointer of a C1LinearGauge increases.

Inheritance
LinearGaugeDirection
Namespace: C1.Android.Gauge
Assembly: C1.Android.Gauge.dll
Syntax
public sealed class LinearGaugeDirection : Enum

Fields

Name Description
Down

Gauge value increases from top to bottom.

Left

Gauge value increases from right to left.

Right

Gauge value increases from left to right.

Up

Gauge value increases from bottom to top.

value__