Vcl.Touch.GestureCtrls.TGesturePreview.FrameColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameColor: TColor read FFrameColor write SetFrameColor default 12632256;

C++

__property FrameColor = {default=12632256};

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

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

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