gestureNone property

EnumValue get gestureNone

This value for #gestureBehavior indicates that the pointer/touch pinch gestures on the canvas intend to have no effect on the Diagram, but will not be prevented, and may bubble up the page to have other effects (such as zooming the page).

Implementation

static _i3.EnumValue get gestureNone => _i4.getProperty(
      _declaredToolManager,
      'GestureNone',
    );
set gestureNone (EnumValue value)

Implementation

static set gestureNone(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredToolManager,
    'GestureNone',
    value,
  );
}