FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonNumericBox Class / NegativePattern Property

In This Topic
    NegativePattern Property (RibbonNumericBox)
    In This Topic
    Gets or sets the format pattern for negative values. The meaning depends on the StandardFormat.
    Syntax
    'Declaration
     
    Public Property NegativePattern As System.Integer
    public System.int NegativePattern {get; set;}
    See Also