PathSegmentCollection.Enumerator.Current Proprietà

Definizione

Ottiene l'elemento corrente in PathSegmentCollection.

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

Valore della proprietà

PathSegment

Elemento corrente in PathSegmentCollection.

Implementazioni

Eccezioni

PathSegmentCollection è stato modificato dopo la creazione dell'enumeratore.

Si applica a

Vedi anche