GradientStopCollection.Enumerator Struktura

Definice

GradientStop Vytvoří výčet položek v objektu GradientStopCollection.

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)
Dědičnost
GradientStopCollection.Enumerator
Implementuje

Vlastnosti

Name Description
Current

Získá aktuální prvek v kolekci.

Metody

Name Description
MoveNext()

Přejde enumerátor na další prvek v kolekci.

Reset()

Obnoví enumerátor na počáteční pozici, která je před prvním prvkem v kolekci.

Explicitní implementace rozhraní

Name Description
IDisposable.Dispose()

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF (Windows Presentation Foundation)) a není určena k použití přímo z vašeho kódu.

IEnumerator.Current

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF (Windows Presentation Foundation)) a není určena k použití přímo z vašeho kódu.

Platí pro