bottomSide property
Spot
get
bottomSide
The set of points at the bottom side of the bounding rectangle.
Implementation
static _i3.Spot get bottomSide => _i4.getProperty(
_declaredSpot,
'BottomSide',
);
set
bottomSide
(Spot value)
Implementation
static set bottomSide(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'BottomSide',
value,
);
}