PriceSizeStyle

The price display has two size variant called MixedSize and SingleSize.

The MixedSize price size styling is characterised by having smaller decimals placed above/below the baseline of the integer. Decimals and currency symbols are always matching in size. This price size variant is used on PriceSize.Medium and PriceSize.Large.

The SingleSize price styling is mainly used for smaller price displays to increase visibility. It can also be used in markets where legal requirements dictate this price display. The SingleSize price has an equal size of numbers and price symbols, all placed on the same baseline of the integer. This price styling is used on PriceSize.Small.

Entries

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.