SpeedometerBackgroundType

Description

The SpeedometerBackgroundType enumeration contains types of speedometer background.

It is used by following property:

Available values

Value Brief description Example
0 None. There is no speedometer background.  
1 Color. Monotone color is used as a background.
  • Value of the Color property determines the color of filling.
2 Gradient. Gradient filling is used as a background.
  • Value of the Color property determines the main color.
  • Value of the GradientColor property determines the second filling.
  • Value of the GradientAngle property determines gradient angle.
3 Picture. Picture is used as a background.
  • Value of the Image property determines the picture.
  • Value of the ImageDrawStyle property determines the variant of picture position in the speedometer area.
4 Hatch. Pattern is used as a background.
  • Value of the HatchStyle property determines the hatching type.

See also:

Speedometer Assembly Enumerations