notBottomSide property

Spot get notBottomSide

The set of points on all sides of bounding rectangle except bottom side.

Implementation

static _i3.Spot get notBottomSide => _i4.getProperty(
      _declaredSpot,
      'NotBottomSide',
    );
set notBottomSide (Spot value)

Implementation

static set notBottomSide(_i3.Spot value) {
  _i4.setProperty(
    _declaredSpot,
    'NotBottomSide',
    value,
  );
}