Vcl.Touch.GestureCtrls.TCustomGesturePreview.PreviewEndPointColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreviewEndPointColor: TColor read FPreviewEndPointColor

C++

__property System::Uitypes::TColor PreviewEndPointColor = {read=FPreviewEndPointColor, write=SetPreviewEndPointColor, 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 gesture path end point.

Use PreviewEndPointColor to specify the color of the end point used when drawing the gesture path.

See Also