BitmapEffectCollection.Item[Int32] Vlastnost

Definice

Poznámka: Toto rozhraní API je teď zastaralé. Nezastaralá alternativa je Effect. Získá nebo nastaví v BitmapEffect zadaném indexu.

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

Index BitmapEffect od nuly pro získání nebo nastavení.

Hodnota vlastnosti

Hodnota BitmapEffect v zadaném indexu.

Implementuje

Platí pro