MatrixAnimationUsingPath.PathGeometry 屬性

定義

取得或設定用來產生這個動畫之輸出值的幾何。

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

屬性值

用來產生這個動畫之輸出值的幾何。 預設為 null

備註

PathGeometry可以描述包含曲線和弧線的複雜圖形,讓您指定動畫輸入的複雜圖形。 如需詳細資訊,請參閱幾何概觀

相依性屬性資訊

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

適用於

另請參閱