BitmapEffectCollection.Item[Int32] Właściwość

Definicja

Uwaga: ten interfejs API jest teraz przestarzały. Nie przestarzałą alternatywą jest Effect. Pobiera lub ustawia wartość BitmapEffect w określonym indeksie.

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

Parametry

index
Int32

Indeks zerowy BitmapEffect klasy , który ma być pobierany lub ustawiany.

Wartość właściwości

Element BitmapEffect w określonym indeksie.

Implementuje

Dotyczy