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