BitmapEffectCollection.Enumerator.Current Property

Definition

Note: This API is now obsolete. The non-obsolete alternative is Effect. Gets the current element in the collection.

public:
 property System::Windows::Media::Effects::BitmapEffect ^ Current { System::Windows::Media::Effects::BitmapEffect ^ get(); };
public System.Windows.Media.Effects.BitmapEffect Current { get; }
member this.Current : System.Windows.Media.Effects.BitmapEffect
Public ReadOnly Property Current As BitmapEffect

Property Value

The current element in the collection.

Implements

Applies to