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

コレクション内にある現在の要素です。

実装

適用対象