[]
        
(Showing Draft Content)

FarPoint.Win.NumberNegativeFormat

NumberNegativeFormat Enum

Specifies the formatting of a negative value in a numeric edit control.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public enum NumberNegativeFormat
Public Enum NumberNegativeFormat

Fields

Name Description
NegativeSignAfter

Displays the negative sign after the value in the control

NegativeSignAfterWithSpace

Displays the negative sign with a space after the value in the control

NegativeSignBefore

Displays the negative sign before the value in the control

NegativeSignBeforeWithSpace

Displays the negative sign with a space before the value in the control

Parentheses

Displays the negative sign and the value in the control in parentheses

UseRegional

Displays the sign and value according to the Windows regional settings