linkReshapingTool property
LinkReshapingTool
get
linkReshapingTool
Gets or sets the mode-less LinkReshapingTool, normally one of the #mouseDownTools.
You can disable this tool by setting its Tool#isEnabled property to false.
Implementation
_i3.LinkReshapingTool get linkReshapingTool => _i4.getProperty(
this,
'linkReshapingTool',
);
set
linkReshapingTool
(LinkReshapingTool value)
Implementation
set linkReshapingTool(_i3.LinkReshapingTool value) {
_i4.setProperty(
this,
'linkReshapingTool',
value,
);
}