PathGeometry.Figures プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パスのコンテンツを記述する 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 |
なし |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET