Vcl.Touch.GestureCtrls.TCustomGesturePreview.PreviewLineColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreviewLineColor: TColor read FPreviewLineColor  write SetPreviewLineColor default clGray;

C++

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

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 line following the gesture path.

Use PreviewLineColor to specify the color of the line used when drawing the gesture path.

See Also