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

In This Topic
    IconPoints Property
    In This Topic
    Gets or sets an array of the icon points.
    Syntax
    'Declaration
     
    
    Public Property IconPoints As GradientPoint()
    public GradientPoint[] IconPoints {get; set;}
    Remarks
    The Color property is ignored.
    See Also