The CurrencyValidatorAlignSymbol class defines value constants for specifying currency symbol alignment. These values are used in the CurrencyValidator.alignSymbol property.

See also:

Variables

@:value(cast "any")@:impl@:enuminlineread onlyANY:CurrencyValidatorAlignSymbol = "any"

Specifies "any" as the alignment of the currency symbol for the CurrencyValidator class.

@:value(cast "left")@:impl@:enuminlineread onlyLEFT:CurrencyValidatorAlignSymbol = "left"

Specifies "left" as the alignment of the currency symbol for the CurrencyValidator class.

@:value(cast "right")@:impl@:enuminlineread onlyRIGHT:CurrencyValidatorAlignSymbol = "right"

Specifies "right" as the alignment of the currency symbol for the CurrencyValidator class.