言語

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 の 0 から始まるインデックス。

プロパティ値

指定したインデックス位置にある BitmapEffect

実装

適用対象