[]
        
(Showing Draft Content)

ShowText Enumeration

ShowText Enumeration

Specifies which values to display as text.

Enumeration members

Enumeration members

All

All: = 3

Show the gauge's Gauge.value, Gauge.min, and Gauge.max as text.

MinMax

MinMax: = 2

Show the gauge's Gauge.min and Gauge.max values as text.

None

None: = 0

Do not show any text in the gauge.

Value

Value: = 1

Show the gauge's Gauge.value as text.