FMX.Maps.TMapGestureOptions
Delphi
type TMapGestureOptions = set of TMapGestureOption;
C++
typedef System::Set<TMapGestureOption, _DELPHI_SET_ENUMERATOR(TMapGestureOption::Zoom), _DELPHI_SET_ENUMERATOR(TMapGestureOption::Rotate)> TMapGestureOptions;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
set typedef |
public | FMX.Maps.pas FMX.Maps.hpp |
FMX.Maps | FMX.Maps |
Beschreibung
Eine Menge von TMapGestureOption.
Plattformunterstützung
Eine detaillierte Erläuterung und ein Beispiel für jede Geste finden Sie unter Multi-touch gestures (EN).