Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / PercentNegativePattern Property


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