Vcl.Touch.GestureCtrls.TCustomGesturePreview.AnimatedPointColor

提供:RAD Studio API Documentation

Delphi

property AnimatedPointColor: TColor read FAnimatedPointColor

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

説明

ジェスチャ パスをトレースするのに使用されるポイントの色を指定します。

ジェスチャ パスをたどるポイントの色を指定するのに AnimatedPointColor を指定します。 AnimatedPointColor は、Animate の値が true の時のみに使用が可能です。

関連項目