topRightSides property
Spot
get
topRightSides
The set of points at the top or right sides of the bounding rectangle.
Implementation
static _i3.Spot get topRightSides => _i4.getProperty(
_declaredSpot,
'TopRightSides',
);
set
topRightSides
(Spot value)
Implementation
static set topRightSides(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'TopRightSides',
value,
);
}