API:Vcl.Touch.GestureCtrls.TGesturePreview.LegendPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LegendPosition: TCustomGesturePreview.TLegendPosition read FLegendPosition write SetLegendPosition default 2;

C++

__property LegendPosition = {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 position for the legend in the gesture preview control.

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

Specifies the position for the legend in the gesture preview control.

LegendPosition specifies the position for the legend in the gesture preview control. LegendPosition can have one of the values 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