Skip to main content

dxGaugeWhiteStyleName Constant

Determines the default name of the White predefined visual scale style.

Declaration

const dxGaugeWhiteStyleName = 'White';

Remarks

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

In order to preview the White 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 White style applied to all supported scale types:

See Also