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


In This Topic
    Color Property (DataBarRule)
    In This Topic
    Gets or sets the postive fill color of the data bar set rule.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(System.Windows.Media.Color, "99, 142, 198")>
    Public Property Color As Color
    'Usage
     
    Dim instance As DataBarRule
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    [DefaultValue(System.Windows.Media.Color, "99, 142, 198")]
    public Color Color {get; set;}
    See Also