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