Share via


MatrixAnimationUsingPath.PathGeometry Proprietà

Definizione

Ottiene o imposta la geometria usata per generare i valori di output di questa animazione.

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

Valore della proprietà

Geometria usata per generare i valori di output di questa animazione. Il valore predefinito è null.

Commenti

Un PathGeometry oggetto può descrivere forme complesse che contengono curve e archi, consentendo di specificare forme complesse per l'input di animazione. Per altre informazioni, vedere Cenni preliminari sulle classi Geometry.

Informazioni proprietà di dipendenza

Campo Identificatore PathGeometryProperty
Proprietà dei metadati impostate su true Nessuno

Si applica a

Vedi anche