PathSegmentCollection.Enumerator.Current Property

Definition

Gets the current item in the 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

Property Value

The current item in the PathSegmentCollection.

Implements

Exceptions

The PathSegmentCollection was modified after the enumerator was created.

Applies to

See also