all property
EnumValue
get
all
Allow dragging in any direction.
Implementation
static _i3.EnumValue get all => _i4.getProperty(
_declaredLinkReshapingTool,
'All',
);
set
all
(EnumValue value)
Implementation
static set all(_i3.EnumValue value) {
_i4.setProperty(
_declaredLinkReshapingTool,
'All',
value,
);
}