ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / GradientSettings Class / BackgroundPoints Property

In This Topic
    BackgroundPoints Property (GradientSettings)
    In This Topic
    Gets or sets an array of the background points.
    Syntax
    'Declaration
     
    
    Public Property BackgroundPoints As GradientPoint()
    public GradientPoint[] BackgroundPoints {get; set;}
    See Also