PathSegmentCollection.Enumerator.Current Свойство

Определение

Возвращает текущий элемент в коллекции 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

Значение свойства

PathSegment

Текущий элемент в коллекции PathSegmentCollection.

Реализации

Исключения

После создания перечислителя коллекция PathSegmentCollection была изменена.

Применяется к

См. также раздел