Vcl.Touch.GestureCtrls.TCustomGesturePreview.PreviewEndPointColor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property PreviewEndPointColor: TColor read FPreviewEndPointColor  write SetPreviewEndPointColor default clGray;

C++

__property System::Uitypes::TColor PreviewEndPointColor = {read=FPreviewEndPointColor, write=SetPreviewEndPointColor, default=8421504};

プロパティ

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

説明

ジェスチャ パスの終了地点の色を指定します。

PreviewEndPointColor を使用して、ジェスチャ パスの描画時に使用される終了地点の色を指定します。

関連項目