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