SVGPathElementAnimatedPathSegList Property |
Provides access to the current animated contents of the ‘d’ attribute in a form which matches one-for-one with SVG's syntax. If the given attribute or property is being animated, contains the current animated value of the attribute or property, and both the object itself and its contents are read only. If the given attribute or property is not currently being animated, contains the same value as pathSegList.
Namespace:
Aspose.Svg
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
Syntaxpublic SVGPathSegList AnimatedPathSegList { get; }
Public ReadOnly Property AnimatedPathSegList As SVGPathSegList
Get
public:
virtual property SVGPathSegList^ AnimatedPathSegList {
SVGPathSegList^ get () sealed;
}
abstract AnimatedPathSegList : SVGPathSegList with get
override AnimatedPathSegList : SVGPathSegList with get
Property Value
Type:
SVGPathSegList
The animated path segment list.
Implements
ISVGAnimatedPathDataAnimatedPathSegList
See Also