Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GesturePointColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GesturePointColor: TColor read FGesturePointColor

C++

__property System::Uitypes::TColor GesturePointColor = {read=FGesturePointColor, write=SetGesturePointColor, 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 points on the recorded gesture path.

Use GesturePointColor to specify the color of the points that follow the recorded gesture path.

See Also