Vcl.Touch.GestureCtrls.TCustomGesturePreview.DrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DrawingStyle: TDrawingStyle read FDrawingStyle

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 TCustomGesturePreview

Description

Specifies the styles used to draw the gesture preview control.

Use DrawingStyle to specify the drawing style used to draw a gesture preview control. The 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