Skip to main content

dxGaugeiStyleStyleName Constant

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

Declaration

const dxGaugeiStyleStyleName = 'iStyle';

Remarks

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

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

Note

The iStyle style is not available for the Wide Circular scale type.

See Also