Property Path
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Path
Gets or set the attribute specifying the motion path, expressed in the same format and interpreted the same way as the "d" attribute on the "path" element.
public string Path { get; set; }
Property Value
- string
The effect of a motion path animation is to add a supplemental transformation matrix onto the CTM for the referenced object which causes a translation along the x- and y-axes of the current user coordinate system by the computed X and Y values computed over time.