PathGeometry.Figures 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定描述路徑內容的 PathFigure 物件的集合。
public:
property PathFigureCollection ^ Figures { PathFigureCollection ^ get(); void set(PathFigureCollection ^ value); };
PathFigureCollection Figures();
void Figures(PathFigureCollection value);
public PathFigureCollection Figures { get; set; }
var pathFigureCollection = pathGeometry.figures;
pathGeometry.figures = pathFigureCollection;
Public Property Figures As PathFigureCollection
<PathGeometry>
<PathGeometry.Figures>
oneOrMoreFigures
</PathGeometry.Figures>
</PathGeometry>
屬性值
描述路徑內容的 PathFigure 物件集合。 每個個別 PathFigure 都會描述圖形。
備註
您想要多個 PathFigure 的主要原因,是如果您想要將整體 PathGeometry 視為可在不同位置「重新開機」線條的向量繪圖,並使用 IsClosed 來關閉每個圖形。