Skip to main content

dxGaugeSportCarStyleName Constant

Determines the default name of the Sport Car predefined visual scale style.

Declaration

const dxGaugeSportCarStyleName = 'SportCar';

Remarks

You can apply this visual style to any individual scale created within the Gauge Control by assigning the dxGaugeSportCarStyleName global constant value to the scale’s StyleName property.

In order to preview the Sport Car style for a specific scale at design time, assign this global constant value to the scale’s StyleName property in the Object Inspector:

The following image demonstrates the Sport Car style applied to all supported scale types:

See Also