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

集合中的当前元素。

实现

适用于