routeBounds property
Rect
get
routeBounds
This read-only property returns the bounds of the link geometry in document coordinates.
Implementation
_i3.Rect get routeBounds => _i4.getProperty(
this,
'routeBounds',
);
set
routeBounds
(Rect value)
Implementation
set routeBounds(_i3.Rect value) {
_i4.setProperty(
this,
'routeBounds',
value,
);
}