Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataBarRule Class / BorderColor Property


In This Topic
    BorderColor Property (DataBarRule)
    In This Topic
    Gets or sets the color of the border.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(System.Windows.Media.Color, "Black")>
    Public Property BorderColor As Color
    'Usage
     
    Dim instance As DataBarRule
    Dim value As Color
     
    instance.BorderColor = value
     
    value = instance.BorderColor
    [DefaultValue(System.Windows.Media.Color, "Black")]
    public Color BorderColor {get; set;}

    Property Value

    The color of the border.
    See Also