SpeedometerImageDrawStyle

Description

The SpeedometerImageDrawStyle enumeration contains variants of background image position in the speedometer area.

It is used by the following property:

Available Values

Value Brief description
0 Normal. Place image at the upper left corner.
If the image size is smaller than speedometer area, the image is multiplied on the whole area.
1 Center. Place image to the centre of speedometer area.
If the image size is smaller than speedometer area, the image is multiplied on the whole area.
2 Tile. Place image at the upper left corner.
If the image size is smaller than speedometer area, the image is multiplied on the whole area.
3 TileFlipX. Place image at the upper left corner.
If the image size is smaller than speedometer area, the image is multiplied on the whole area and the images multiplied on the X axis will alternate - straight/mirrored.
4 TileFlipY. Place image at the upper left corner.
If the image size is smaller than speedometer area, the image is multiplied on the whole area and the images multiplied on the Y axis will alternate - straight/mirrored.
5 TileFlipXY. Place image at the upper left corner.
If the image size is smaller than speedometer area, the image is multiplied on the whole area and the multiplied images will alternate - straight/mirrored.
6 Stretch. Stretch (compress) image size to speedometer area sizes.

Example

See also:

Speedometer Assembly Enumerations