Back to Devexpress

dxGaugeShiningDarkStyleName Constant

vcl-dxgaugecustomscale-1dd333f6.md

latest1.3 KB
Original Source

dxGaugeShiningDarkStyleName Constant

Determines the default name of the Shining Dark predefined visual scale style.

Declaration

delphi
const dxGaugeShiningDarkStyleName = 'ShiningDark';

Remarks

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

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

See Also

Scale Styles

dxGaugeCustomScale Unit