GradientStopCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
GradientStopCollection コンストラクタ | このクラスの新しいインスタンスを作成します。 |
名前 | 解説 | |
---|---|---|
Colors | このコレクションに含まれる項目の Color を返します。 | |
Count | このコレクションに含まれる項目の数を返します。 | |
Item | 指定したインデックスにある GradientStop を返します。 | |
Offsets | このコレクションに含まれる項目の Offset を返します。 |
名前 | 解説 | |
---|---|---|
Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<GradientStop>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | オーバーロードされます。 指定した GradientStop インスタンスをコレクションに追加します。 | |
Clear | このコレクションからすべての項目を削除します。 | |
Contains | Determines whether an element is in the Collection. System.Collections.ObjectModel.Collection<GradientStop>から継承されます。 | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.Collection<GradientStop>から継承されます。 | |
GetEnumerator | Returns an enumerator that iterates through the Collection. System.Collections.ObjectModel.Collection<GradientStop>から継承されます。 | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. System.Collections.ObjectModel.Collection<GradientStop>から継承されます。 | |
Insert | Inserts an element into the Collection at the specified index. System.Collections.ObjectModel.Collection<GradientStop>から継承されます。 | |
Move | System.Collections.ObjectModel.ObservableCollection<GradientStop>から継承されます。 | |
Remove | このコレクションから指定した GradientStop を削除します。 | |
RemoveAt | このコレクションから指定した順序位置にある GradientStop インスタンスを削除します。 |