GradientStopCollection.Enumerator 结构

定义

枚举 GradientStopCollection 中的 GradientStop 项。

public: value class GradientStopCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::GradientStop ^>
public struct GradientStopCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.GradientStop>
type GradientStopCollection.Enumerator = struct
    interface IEnumerator<GradientStop>
    interface IDisposable
    interface IEnumerator
type GradientStopCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<GradientStop>
    interface IDisposable
type GradientStopCollection.Enumerator = struct
    interface IEnumerator<GradientStop>
    interface IEnumerator
    interface IDisposable
Public Structure GradientStopCollection.Enumerator
Implements IEnumerator(Of GradientStop)
继承
GradientStopCollection.Enumerator
实现

属性

Current

获取集合中的当前元素。

方法

MoveNext()

将枚举数前移到集合中的下一个元素。

Reset()

将枚举数重置至其初始位置,即位于集合中第一个元素之前。

显式接口实现

IDisposable.Dispose()

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。

IEnumerator.Current

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。

适用于