Vcl.Touch.GestureCtrls.TCustomGesturePreview.TFrameStyle
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. |