Vcl.Touch.GestureCtrls.TCustomGestureRecorder.DrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DrawingStyle: TDrawingStyle read FDrawingStyle  write SetDrawingStyle default TDrawingStyle.dsNormal;

C++

__property TDrawingStyle DrawingStyle = {read=FDrawingStyle, write=SetDrawingStyle, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureRecorder

Description

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