Vcl.Touch.GestureCtrls.TGesturePreview.DrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DrawingStyle;

C++

__property DrawingStyle = {default=0};

Properties

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

Description

Specifies the styles used to draw the gesture preview control.

Vcl.Touch.GestureCtrls.TGesturePreview.DrawingStyle inherits from Vcl.Touch.GestureCtrls.TCustomGesturePreview.DrawingStyle. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGesturePreview.DrawingStyle.

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