MatrixAnimationUsingPath.PathGeometry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.