Vcl.Touch.GestureCtrls.TCustomGesturePreview.TDrawingStyle
Delphi
TDrawingStyle = (dsNormal, dsGradient);
C++
enum class DECLSPEC_DENUM TDrawingStyle : unsigned char { dsNormal, dsGradient };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Touch.GestureCtrls.pas Vcl.Touch.GestureCtrls.hpp |
Vcl.Touch.GestureCtrls | TCustomGesturePreview |
Description
Enumerates the styles used to draw the gesture preview control.
TDrawingStyle enumerates the possible drawing styles for a gesture preview control. TDrawingStyle has the values listed in the following table.
| Value | Meaning |
|---|---|
|
dsNormal |
The gesture preview control is drawn using the normal style. |
|
dsGradient |
The gesture preview control is drawn using gradients. |