BitmapEffectCollection.Item[Int32] 屬性

定義

注意:這個 API 現在已經過時。 非過時的替代方式是 Effect。 取得或設定在指定索引處的 BitmapEffect

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

參數

index
Int32

要取得或設定的 BitmapEffect 的以零起始的索引。

屬性值

指定之索引處的 BitmapEffect

實作

適用於