[]
Defines how negative numbers are displayed.
[Flags]
public enum Field.NumberNegativeStyle
None = 0
Do not use any special style to show negative numbers.
ShowParentheses = 1
Negative numbers are shown in parentheses.
UseRedText = 2
Negative numbers are shown in red color.