leftCenter property
Spot
get
leftCenter
The specific point at the middle of the left side of bounding rectangle.
Implementation
static _i3.Spot get leftCenter => _i4.getProperty(
_declaredSpot,
'LeftCenter',
);
set
leftCenter
(Spot value)
Implementation
static set leftCenter(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'LeftCenter',
value,
);
}