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

In This Topic
    BackgroundPoints Property
    In This Topic
    背景ポイントの配列を取得または設定します。
    Syntax
    'Declaration
     
    
    Public Property BackgroundPoints As GradientPoint()
    public GradientPoint[] BackgroundPoints {get; set;}
    See Also