BitmapEffectCollection.Item[Int32] Property

Definition

Note: This API is now obsolete. The non-obsolete alternative is Effect. Gets or sets the BitmapEffect at the specified index.

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

Parameters

index
Int32

The zero-based index of the BitmapEffect to get or set.

Property Value

The BitmapEffect at the specified index.

Implements

Applies to