PointAnimationUsingPath.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

適用於

另請參閱