BitmapEffectCollection.Enumerator.Current プロパティ

定義

メモ: この API は、互換性のために残されています。 旧式でない代替手段は、Effect です。 コレクション内の現在の要素を取得します。

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

プロパティ値

コレクション内にある現在の要素です。

実装

適用対象