ellipse property

EnumValue get ellipse

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

Implementation

static _i3.EnumValue get ellipse => _i4.getProperty(
      _declaredGeometry,
      'Ellipse',
    );
set ellipse (EnumValue value)

Implementation

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