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