Vcl.Touch.GestureCtrls.TGesturePreview.AnimatedPointColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimatedPointColor;

C++

__property AnimatedPointColor = {default=16711680};

Properties

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

Description

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

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

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