MatrixAnimationUsingPath.PathGeometry Property

Definition

Gets or sets the geometry used to generate this animation's output values.

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

Property Value

The geometry used to generate this animation's output values. The default is null.

Remarks

A PathGeometry can describe complex shapes that contain curves and arcs, enabling you specify complex shapes for your animation input. For more information, see Geometry Overview.

Dependency Property Information

Identifier field PathGeometryProperty
Metadata properties set to true None

Applies to

See also