GradientStopCollection

GradientStopCollection class

グラデーション ストップ コレクションを表します。

public class GradientStopCollection : Collection

プロパティ

名前 説明
Count { get; } コレクションに実際に含まれる要素の数を取得します。
Item { get; set; } インデックスでグラデーション ストップを取得します。

メソッド

名前 説明
Add(DoubleValue, ColorValue) グラデーション ストップを追加します。
Clear() コレクションからすべての要素を削除します。
GetEnumerator() 非ジェネリック コレクションに対する単純な反復をサポートします。
IsExist(int) コレクションに存在するアイテムです。

関連項目