Vcl.Touch.GestureCtrls.TCustomGesturePreview.PreviewLineColor

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

Delphi

property PreviewLineColor: TColor read FPreviewLineColor  write SetPreviewLineColor default clGray;

C++

__property System::Uitypes::TColor PreviewLineColor = {read=FPreviewLineColor, write=SetPreviewLineColor, default=8421504};

プロパティ

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

説明

ジェスチャ パスをたどる線の色を指定します。

PreviewLineColor を使用して、ジェスチャ パスの描画時に使用される線の色を指定します。

関連項目