corner property
num
get
corner
Gets or sets how rounded the corners are for adjacent line segments when the #curve is Link.None|None, Link.JumpGap|JumpGap, or Link.JumpOver|JumpOver and the two line segments are orthogonal to each other.
The default value is zero -- there is no curve at a corner.
Implementation
_i2.num get corner => _i4.getProperty(
this,
'corner',
);
set
corner
(num value)
Implementation
set corner(_i2.num value) {
_i4.setProperty(
this,
'corner',
value,
);
}