|
TRSRotaryDial
|
Provides a rotary dial that can be turned by setting the Value property. The Min and Max property control the range of the dial. Use the Parts property to specify which parts (frame, backface, glass, hands, etc) of the gauge to render.
The user can turn the dial if the EnableActions property is true.
|
|
TRSRotarySwitch
|
Provides a simple rotary switch that can either be on or off (controlled with the Checked property). Use the Parts property to specify which parts (frame, backface, glass, hands, etc) of the gauge to render.
The user can turn on or off the switch if the EnableActions property is true.
|