wheelScroll property
EnumValue
get
wheelScroll
This default value for #mouseWheelBehavior indicates that mouse wheel events scroll the diagram.
Implementation
static _i3.EnumValue get wheelScroll => _i4.getProperty(
_declaredToolManager,
'WheelScroll',
);
set
wheelScroll
(EnumValue value)
Implementation
static set wheelScroll(_i3.EnumValue value) {
_i4.setProperty(
_declaredToolManager,
'WheelScroll',
value,
);
}