spot2 property

Spot get spot2

Gets or sets the bottom-right Spot used by some Panels for determining where in the shape other objects may be placed. The value is normally Spot.Default, but you may want to set it to override the value that many #figures use.

Implementation

_i3.Spot get spot2 => _i4.getProperty(
      this,
      'spot2',
    );
set spot2 (Spot value)

Implementation

set spot2(_i3.Spot value) {
  _i4.setProperty(
    this,
    'spot2',
    value,
  );
}