Vcl.Touch.GestureCtrls.TGesturePreview.FrameStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameStyle: TCustomGesturePreview.TFrameStyle read FFrameStyle write SetFrameStyle default 2;

C++

__property FrameStyle = {default=2};

Properties

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

Description

Specifies the pen style used to draw the gesture frame.

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

Specifies the pen style used to draw the gesture frame.

Use FrameStyle to specify the pen style used to draw the frame inside a gesture preview control. The values of FrameStyle are listed in the following table.



Value Meaning

psSolid

The frame is drawn using a solid, continuous line.

psDash

The frame is drawn using a dashed line.

psDot

The frame is drawn using a dotted line.



See Also