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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.