Vcl.Touch.GestureCtrls.TGesturePreview.PreviewEndPointColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreviewEndPointColor: TColor read FPreviewEndPointColor write SetPreviewEndPointColor default 8421504;

C++

__property PreviewEndPointColor = {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 gesture path end point.

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

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