| SVGAnimationElementTargetElement Property |
The element which is being animated.
Namespace: Aspose.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic SVGElement TargetElement { get; }Public ReadOnly Property TargetElement As SVGElement
Get
public:
property SVGElement^ TargetElement {
SVGElement^ get ();
}member TargetElement : SVGElement with get
Property Value
Type:
SVGElement
The target element.
See Also