Vcl.Touch.GestureCtrls.TCustomGesturePreview.FrameStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameStyle: TFrameStyle read FFrameStyle write SetFrameStyle default psDot;

C++

__property TFrameStyle FrameStyle = {read=FFrameStyle, write=SetFrameStyle, default=2};

Properties

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

Description

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