Vcl.Touch.GestureCtrls.TCustomGesturePreview.LegendPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LegendPosition: TLegendPosition read FLegendPosition

C++

__property TLegendPosition LegendPosition = {read=FLegendPosition, write=SetLegendPosition, 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 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