Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / CurrencyNegativePattern Property


In This Topic
    CurrencyNegativePattern Property (RegionalSettings)
    In This Topic
    Gets or sets the format for negative currency values.
    Syntax
    'Declaration
     
    
    Public Property CurrencyNegativePattern As Integer
    'Usage
     
    
    Dim instance As RegionalSettings
    Dim value As Integer
     
    instance.CurrencyNegativePattern = value
     
    value = instance.CurrencyNegativePattern
    public int CurrencyNegativePattern {get; set;}
    See Also