FMX.Types.TCustomGestureCollectionItem.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TGestureOptions read GetOptions write SetOptions default [TGestureOption.UniDirectional, TGestureOption.Rotate];

C++

__property TGestureOptions Options = {read=GetOptions, write=SetOptions, default=9};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollectionItem

Description

Specifies the attributes of a gesture.

The Options property is of type TGestureOptions and is used in gesture recognition algorithms to properly identify a gesture.

See Also