BitmapEffectCollection.Item[Int32] Propriété

Définition

Remarque : cette API est maintenant obsolète. L'alternative non obsolète est Effect. Obtient ou définit le BitmapEffect à l'index spécifié.

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

Paramètres

index
Int32

Index de base zéro du BitmapEffect à obtenir ou définir.

Valeur de propriété

BitmapEffect au niveau de l'index spécifié.

Implémente

S’applique à