Vcl.Touch.GestureCtrls.TGestureRecorder.GestureLineColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureLineColor: TColor read FGestureLineColor write SetGestureLineColor default 16711680;

C++

__property GestureLineColor = {default=16711680};

Properties

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

Description

Specifies the color of the line describing the recorded gesture path.

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

Specifies the color of the line describing the recorded gesture path.

Use GestureLineColor to specify the color of the line used when drawing the recorded gesture path.

See Also