TextEffectCollection.Enumerator.Current プロパティ

定義

コレクション内の現在の要素を取得します。

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

プロパティ値

TextEffect

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

実装

適用対象