Vcl.Touch.GestureCtrls.TGestureRecorder.DrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DrawingStyle: TCustomGestureRecorder.TDrawingStyle read FDrawingStyle write SetDrawingStyle default 0;

C++

__property DrawingStyle = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureRecorder

Description

Specifies the styles used to draw the gesture recorder control.

Vcl.Touch.GestureCtrls.TGestureRecorder.DrawingStyle inherits from Vcl.Touch.GestureCtrls.TCustomGestureRecorder.DrawingStyle. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGestureRecorder.DrawingStyle.

Specifies the styles used to draw the gesture recorder control.

Use DrawingStyle to specify the drawing style used to draw a gesture recorder control. The possible values of DrawingStyle are 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.



See Also