GradientStopCollection.Enumerator.Current 属性

定义

获取集合中的当前元素。

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

属性值

集合中的当前元素。

实现

适用于