Vcl.Touch.GestureCtrls.TCustomGesturePreview.FrameGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameGesture: Boolean read FFrameGesture write SetFrameGesture default True;

C++

__property bool FrameGesture = {read=FFrameGesture, write=SetFrameGesture, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

Description

Specifies whether the gesture frame is drawn.

Use FrameGesture to specify whether the gesture surrounding the gesture path is drawn in the gesture preview control. If the value of FrameGesture is true, you can use FrameColor and FrameStyle to configure the look and feel of the frame.

See Also