Vcl.Touch.GestureCtrls.TGesturePreview.PreviewLineColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreviewLineColor: TColor read FPreviewLineColor write SetPreviewLineColor default 8421504;

C++

__property PreviewLineColor = {default=8421504};

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

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

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