topLeftSides property

Spot get topLeftSides

The set of points at the top or left sides of the bounding rectangle.

Implementation

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

Implementation

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