Dart API Referencedart:htmlSVGForeignObjectElement

SVGForeignObjectElement Interface

The SVGForeignObjectElement interface provides access to the properties of <foreignObject> elements, as well as methods to manipulate them.

Extends

SVGTransformable, SVGLangSpace, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGElement

Fields

Code final SVGAnimatedLength height #

Corresponds to attribute height on the given <foreignObject> element.
final SVGAnimatedLength height;

Code final SVGAnimatedLength width #

Corresponds to attribute width on the given <foreignObject> element.
final SVGAnimatedLength width;

Code final SVGAnimatedLength x #

final SVGAnimatedLength x;

Code final SVGAnimatedLength y #

final SVGAnimatedLength y;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.