PathFigureCollection.Enumerator.Current 属性

定义

获取集合中的当前元素。

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

属性值

PathFigure

集合中的当前元素。

实现

适用于