Vcl.Touch.GestureCtrls.TCustomGesturePreview.TFrameStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFrameStyle = psSolid..psDot;

C++

typedef Vcl::Graphics::TPenStyle TFrameStyle;

Properties

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

Description

Enumerates the styles used to draw the frame inside the gesture preview control.

TFrameStyle enumerates the allowed pen styles used to draw the frame inside a gesture preview control. The values of TFrameStyle 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