rectangle property

EnumValue rectangle

For drawing a rectangle; a value for Geometry#type. The rectangle goes from the point (#startX, #startY) to the point (#endX, #endY).

Implementation

static _i3.EnumValue get rectangle => _i4.getProperty(
      _declaredGeometry,
      'Rectangle',
    );
void rectangle=(EnumValue value)

Implementation

static set rectangle(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredGeometry,
    'Rectangle',
    value,
  );
}