Compartilhar via


BitmapEffectCollection.Item[Int32] Propriedade

Definição

Observação: esta API agora é obsoleta. A alternativa não obsoleta é Effect. Obtém ou define o BitmapEffect no índice especificado.

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

Parâmetros

index
Int32

O índice de base zero do BitmapEffect a ser obtido ou definido.

Valor da propriedade

BitmapEffect

O BitmapEffect no índice especificado.

Implementações

Aplica-se a