spot1 property
Spot
get
spot1
Gets or sets the spot an "Auto" Panel will use for the top-left corner of any panel content when the Shape#spot1 value is Spot.Default. The default value is Spot.TopLeft, at the top-left point of the bounds of the Shape.
Implementation
_i3.Spot get spot1 => _i4.getProperty(
this,
'spot1',
);
set
spot1
(Spot value)
Implementation
set spot1(_i3.Spot value) {
_i4.setProperty(
this,
'spot1',
value,
);
}