topRight property

Spot get topRight

The specific point at the top-right corner of the bounding rectangle.

Implementation

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

Implementation

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