| SVGForeignObjectElementY Property |
Corresponds to attribute ‘y’ on the given ‘foreignObject’ element.
Namespace: Aspose.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic SVGAnimatedLength Y { get; }Public ReadOnly Property Y As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ Y {
SVGAnimatedLength^ get ();
}member Y : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘y’ of the given ‘foreignObject’ element.
See Also