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

See also:

Variables

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

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

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

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

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

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