Dart API Referencedart:htmlRect

Rect Interface

The rect element is an SVG basic shape, used to create rectangles based on the position of a corner and their width and height. It may also be used to create rectangles with rounded corners.

Fields

Code final CSSPrimitiveValue bottom #

final CSSPrimitiveValue bottom;

Code final CSSPrimitiveValue left #

final CSSPrimitiveValue left;
final CSSPrimitiveValue right;

Code final CSSPrimitiveValue top #

final CSSPrimitiveValue top;

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.