Vcl.Touch.GestureCtrls.TCustomGesturePreview.TLegendPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLegendPosition = (lpNone, lpTop, lpBottom);

C++

enum DECLSPEC_DENUM TLegendPosition : unsigned char { lpNone, lpTop, lpBottom };

Properties

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

Description

Enumerates the possible positions for the legend in the gesture preview control.

TLegendPosition enumerates the possible positions for the legend in the gesture preview control. The values of TLegendPosition are listed in the following table.



Value Meaning

lpNone

No legend is drawn inside the preview control.

lpTop

The legend is placed at the top of the control.

lpBottom

The legend is placed at the bottom of the control.



See Also