Aracılığıyla paylaş


BitmapEffectCollection.Item[Int32] Özellik

Tanım

Not: Bu API artık kullanımdan kaldırıldı. Eski olmayan alternatif ise şeklindedir Effect. Belirtilen dizinde öğesini BitmapEffect alır veya ayarlar.

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

Parametreler

index
Int32

Alınacak veya ayarlanacağı sıfır tabanlı dizini BitmapEffect .

Özellik Değeri

BitmapEffect

BitmapEffect Belirtilen dizinde.

Uygulamalar

Şunlara uygulanır