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