PathSegmentCollection.Enumerator.Current Propiedad

Definición

Obtiene el elemento actual de 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

Valor de propiedad

PathSegment

El elemento actual de PathSegmentCollection.

Implementaciones

Excepciones

PathSegmentCollection se ha modificado después de la creación del enumerador.

Se aplica a

Consulte también