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 属性の使用方法

<object Figures="moveAndDrawCommands"/>  

XAML プロパティ要素の使用

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

XAML 値

moveAndDrawCommands
1 つ以上の移動コマンドと描画コマンド。 「パス マークアップ構文」を参照してください

oneOrMoreFigures
System.Windows.Media.PathFigure

1 つ以上の PathFigure オブジェクト。

依存プロパティ情報

識別子フィールド FiguresProperty
に設定されたメタデータ プロパティ true なし

適用対象