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