Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxGaugeIceColdZoneStyleName Constant

In This Article

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

#Declaration

Delphi
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