topCenter property
Spot
get
topCenter
The specific point at the center of the top side of the bounding rectangle.
Implementation
static _i3.Spot get topCenter => _i4.getProperty(
_declaredSpot,
'TopCenter',
);
set
topCenter
(Spot value)
Implementation
static set topCenter(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'TopCenter',
value,
);
}