allSides property
Spot
get
allSides
The set of points on all sides of the bounding rectangle.
Implementation
static _i3.Spot get allSides => _i4.getProperty(
_declaredSpot,
'AllSides',
);
set
allSides
(Spot value)
Implementation
static set allSides(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'AllSides',
value,
);
}