Vcl.Touch.GestureCtrls.TCustomGesturePreview.AnimatedPointColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimatedPointColor: TColor read FAnimatedPointColor  write SetAnimatedPointColor default clBlue;

C++

__property System::Uitypes::TColor AnimatedPointColor = {read=FAnimatedPointColor, write=SetAnimatedPointColor, default=16711680};

Properties

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

Description

Specifies the color of the point used to trace the gesture path.

Use AnimatedPointColor to specify the color of the point that is following the gesture path. AnimatedPointColor is only useful when the value of Animate is true.

See Also