FMX.Types.TStandardGestures
Delphi
TStandardGestures = set of TStandardGesture;
C++
typedef System::Set<TStandardGesture, _DELPHI_SET_ENUMERATOR(TStandardGesture::sgLeft), _DELPHI_SET_ENUMERATOR(TStandardGesture::sgChevronRight)> TStandardGestures;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Specifies a set of supported standard gestures.
TStandardGestures is a set of standard gestures.
TStandardGestures can have one or more of the following values:
Value | Meaning |
---|---|
sgDoubleCircle |
Identifies a standard "Double Circle" gesture. |
sgDoubleCurlicue |
Identifies a standard "Double curlicue" gesture. |
sgDown |
Identifies a standard "Down" gesture. |
sgDownLeft |
Identifies a standard "Down, then Left" gesture. |
sgDownLeftLong |
Identifies a standard "Down, then long Left" gesture. |
sgDownRight |
Identifies a standard "Down, then Right" gesture. |
sgDownRightLong |
Identifies a standard "Down, then long Right" gesture. |
sgDownUp |
Identifies a standard "Down, then Up" gesture. |
sgLeft |
Identifies a standard "Left" gesture. |
sgLeftDown |
Identifies a standard "Left, then Down" gesture. |
sgLeftRight |
Identifies a standard "Left, then Right" gesture. |
sgDownLeftLong |
Identifies a standard "Down, then long Left" gesture. |
sgLeftUp |
Identifies a standard "Left, then Up" gesture. |
sgRight |
Identifies a standard "Right" gesture. |
sgRightDown |
Identifies a standard "Right, then Down" gesture. |
sgRightLeft |
Identifies a standard "Right, then Left" gesture. |
sgRightUp |
Identifies a standard "Right, then Up" gesture. |
sgScratchout |
Identifies a standard "Scratch-out" gesture. |
sgSemiCircleLeft |
Identifies a standard "Right-to-Left Semi-circle" gesture. |
sgSemiCircleRight |
Identifies a standard "Left-to-Right Semi-circle" gesture. |
sgSquare |
Identifies a standard "Square" gesture. |
sgTriangle |
Identifies a standard "Triangular" gesture. |
sgUp |
Identifies a standard "Up" gesture. |
sgUpDown |
Identifies a standard "Up, then Down" gesture. |
sgUpLeft |
Identifies a standard "Up, then Left" gesture. |
sgUpLeftLong |
Identifies a standard "Up, then long Left" gesture. |
sgUpRight |
Identifies a standard "Up then Right" gesture. |
sgUpRightLong |
Identifies a standard "Up, then long Right" gesture. |
sgCheck |
Identifies a standard "Checkmark-like" gesture. |
sgChevronDown |
Identifies a standard "Down-oriented Chevron" gesture. |
sgChevronLeft |
Identifies a standard "Left-oriented Chevron" gesture. |
sgChevronRight |
Identifies a standard "Right oriented Chevron" gesture. |
sgChevronUp |
Identifies a standard "Upwards oriented Chevron" gesture. |
sgCircle |
Identifies a standard "Circle" gesture. |
sgCurlicue |
Identifies a standard "Curlicue" gesture. |