Vcl.Touch.GestureCtrls.TCustomGesturePreview.FrameColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameColor: TColor read FFrameColor write SetFrameColor default clLtGray;

C++

__property System::Uitypes::TColor FrameColor = {read=FFrameColor, write=SetFrameColor, default=12632256};

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 frame drawn inside the gesture preview control.

Use FrameColor to specify the color of the frame used inside the gesture preview control. The frame is used to delimitate the area in which the points making up the gesture path are located.

See Also