Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The CurrencyValidatorAlignSymbol class defines value constants
for specifying currency symbol alignment.
These values are used in the
CurrencyValidator.alignSymbol
property.
public static const ANY:String = "any"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies "any"
as the alignment of the currency symbol
for the CurrencyValidator class.
public static const LEFT:String = "left"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies "left"
as the alignment of the currency symbol
for the CurrencyValidator class.
public static const RIGHT:String = "right"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies "right"
as the alignment of the currency symbol
for the CurrencyValidator class.