Vcl.Touch.GestureCtrls.TCustomGestureRecorder.TDrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

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 TCustomGestureRecorder

Description

Enumerates the styles used to draw the gesture recorder control.

TDrawingStyle enumerates the possible drawing styles for a gesture recorder control. The values of TDrawingStyle are listed in the following table.



Value Meaning

dsNormal

The gesture recorder control is drawn using the normal style.

dsGradient

The gesture recorder control is drawn using gradients.



See Also