Skip to main content

dxGaugeYellowSubmarineStyleName Constant

Determines the default name of the Yellow Submarine predefined visual scale style.

Declaration

const dxGaugeYellowSubmarineStyleName = 'YellowSubmarine';

Remarks

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

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

Note

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

See Also