PathGeometry.Figures 屬性

定義

取得或設定說明路徑內容的 PathFigure 物件集合。

public:
 property System::Windows::Media::PathFigureCollection ^ Figures { System::Windows::Media::PathFigureCollection ^ get(); void set(System::Windows::Media::PathFigureCollection ^ value); };
public System.Windows.Media.PathFigureCollection Figures { get; set; }
member this.Figures : System.Windows.Media.PathFigureCollection with get, set
Public Property Figures As PathFigureCollection

屬性值

說明路徑內容的 PathFigure 物件集合。 每個個別的 PathFigure 都會描述一個圖形。

備註

XAML Attribute Usage

<object Figures="moveAndDrawCommands"/>  

XAML 屬性項目用法

<object>  
  <object.Figures>  
    oneOrMoreFigures  
  </object.Figures>  
</object>  

XAML 值

moveAndDrawCommands
一或多個移動和繪製命令。 請參閱 路徑標記語法

oneOrMoreFigures
System.Windows.Media.PathFigure

一或多個 PathFigure 物件。

相依性屬性資訊

識別碼欄位 FiguresProperty
中繼資料屬性設定為 true

適用於