spot1 property

Spot spot1

Gets or sets the top-left 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 spot1 => _i4.getProperty(
      this,
      'spot1',
    );
void spot1=(Spot value)

Implementation

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