zoomGesturesEnabled property

bool get zoomGesturesEnabled

@brief Specifies whether zoom gestures (e.g., two-finger pinch) are enabled.

Dart code snippet: @snippet location_window_interaction_example.dart dart_LocationWindow_setZoomGesturesEnabled

Implementation

bool get zoomGesturesEnabled;
set zoomGesturesEnabled (bool zoomGesturesEnabled)

Implementation

void set zoomGesturesEnabled(bool zoomGesturesEnabled);