topLeft property
Spot
get
topLeft
The specific point at the top-left corner of the bounding rectangle.
Implementation
static _i3.Spot get topLeft => _i4.getProperty(
_declaredSpot,
'TopLeft',
);
set
topLeft
(Spot value)
Implementation
static set topLeft(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'TopLeft',
value,
);
}