spot2 property

Spot get spot2

Gets or sets the spot an "Auto" Panel will use for the bottom-right corner of any panel content when the Shape#spot2 value is Spot.Default. The default value is Spot.BottomRight, at the bottom-right point of the bounds of the Shape.

Implementation

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

Implementation

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