Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DatabarConditionalFormattingRule Class / NegativeBorderColor Property
Example


In This Topic
    NegativeBorderColor Property
    In This Topic
    Gets or sets the color of the negative border.
    Syntax
    'Declaration
     
    Public Property NegativeBorderColor As Color
    'Usage
     
    Dim instance As DatabarConditionalFormattingRule
    Dim value As Color
     
    instance.NegativeBorderColor = value
     
    value = instance.NegativeBorderColor
    public Color NegativeBorderColor {get; set;}

    Property Value

    The color of the negative border.
    Example
    This example uses the NegativeBorderColor property.
    See Also