TimelineCollection.Enumerator.Current 属性

定义

获取一个值,该值表示集合中的当前元素。

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

属性值

Timeline

集合中的当前元素。

实现

适用于