wheelZoom property
EnumValue
get
wheelZoom
This value for #mouseWheelBehavior indicates that the mouse wheel events change the scale of the diagram.
Implementation
static _i3.EnumValue get wheelZoom => _i4.getProperty(
_declaredToolManager,
'WheelZoom',
);
set
wheelZoom
(EnumValue value)
Implementation
static set wheelZoom(_i3.EnumValue value) {
_i4.setProperty(
_declaredToolManager,
'WheelZoom',
value,
);
}