gestureCancel property

EnumValue gestureCancel

This value for #gestureBehavior indicates that the pointer/touch pinch gestures on the canvas intend to have no effect on the Diagram, but also no effect on the page.

Implementation

static _i3.EnumValue get gestureCancel => _i4.getProperty(
      _declaredToolManager,
      'GestureCancel',
    );
void gestureCancel=(EnumValue value)

Implementation

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