API:FMX.Maps.TMapView.GestureOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureOptions: TMapGestureOptions read GetGestureOptions write SetGestureOptions stored GestureOptionsStored;

C++

__property GestureOptions;

Properties

Type Visibility Source Unit Parent
property published
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapView

Description

Gestures that are enabled on this map.

FMX.Maps.TMapView.GestureOptions inherits from FMX.Maps.TCustomMapView.GestureOptions. All content below this line refers to FMX.Maps.TCustomMapView.GestureOptions.

Gestures that are enabled on this map.

See Also