Skip to main content

dxGaugeIceColdZoneStyleName Constant

Determines the default name of the Ice Cold Zone predefined visual scale style.

Declaration

const dxGaugeIceColdZoneStyleName = 'IceColdZone';

Remarks

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

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

See Also