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

In This Topic
    IconPoints Property
    In This Topic
    アイコンポイントの配列を取得または設定します。
    Syntax
    'Declaration
     
    
    Public Property IconPoints As GradientPoint()
    public GradientPoint[] IconPoints {get; set;}
    Remarks
    Color プロパティは無視されます。
    See Also