API:Vcl.Touch.GestureCtrls.TGesturePreview.FrameGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameGesture: Boolean read FFrameGesture write SetFrameGesture default 1;

C++

__property FrameGesture = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGesturePreview

Description

Specifies whether the gesture frame is drawn.

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

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