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