GradientStopCollection.Item[Int32] 属性

定义

获取或设置从零开始的指定索引处的 GradientStop

public:
 property System::Windows::Media::GradientStop ^ default[int] { System::Windows::Media::GradientStop ^ get(int index); void set(int index, System::Windows::Media::GradientStop ^ value); };
public System.Windows.Media.GradientStop this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.GradientStop with get, set
Default Public Property Item(index As Integer) As GradientStop

参数

index
Int32

要获取或设置的 GradientStop 的从零开始的索引。

属性值

GradientStop

指定索引处的 GradientStop

实现

例外

valuenull

index 不是 GradientStopCollection 中的有效索引。

GradientStopCollection 为只读。

注解

与典型的实现不同,如果尝试插入 null (Nothing) 引用,则ArgumentException引发此实现IList<T>.Item[]

适用于