SVGForeignObjectElementY Property
Corresponds to attribute ‘y’ on the given ‘foreignObject’ element.

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

Property Value

Type: SVGAnimatedLength
The attribute ‘y’ of the given ‘foreignObject’ element.
See Also