Condividi tramite


BitmapEffectCollection.Item[Int32] Proprietà

Definizione

Nota: questa API è ora obsoleta. L'alternativa non obsoleta è Effect. Ottiene o imposta l'oggetto BitmapEffect in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

Indice in base zero dell'oggetto BitmapEffect da ottenere o impostare.

Valore della proprietà

BitmapEffect

Oggetto BitmapEffect in corrispondenza dell'indice specificato.

Implementazioni

Si applica a