Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GestureLineColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureLineColor: TColor read FGestureLineColor

C++

__property System::Uitypes::TColor GestureLineColor = {read=FGestureLineColor, write=SetGestureLineColor, default=16711680};

Properties

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

Description

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