SVGAnimationElementTargetElement Property
The element which is being animated.

Namespace: Aspose.Svg
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public SVGElement TargetElement { get; }

Property Value

Type: SVGElement
The target element.
See Also