bottomLeftSides property
Spot
get
bottomLeftSides
The set of points at the left or bottom sides of the bounding rectangle.
Implementation
static _i3.Spot get bottomLeftSides => _i4.getProperty(
_declaredSpot,
'BottomLeftSides',
);
set
bottomLeftSides
(Spot value)
Implementation
static set bottomLeftSides(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'BottomLeftSides',
value,
);
}