Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / PercentPositivePattern Property


In This Topic
    PercentPositivePattern Property (IRegionalSettings)
    In This Topic
    Gets or sets the format for positive percent values.
    Syntax
    'Declaration
     
    
    Property PercentPositivePattern As Integer
    'Usage
     
    
    Dim instance As IRegionalSettings
    Dim value As Integer
     
    instance.PercentPositivePattern = value
     
    value = instance.PercentPositivePattern
    int PercentPositivePattern {get; set;}
    See Also