gestureZoom property

EnumValue get gestureZoom

This value for #gestureBehavior indicates that the pointer/touch pinch gestures on the canvas intend to zoom the Diagram.

Implementation

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

Implementation

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