Vcl.Touch.GestureCtrls.TCustomGesturePreview.LegendPosition
Delphi
property LegendPosition: TLegendPosition read FLegendPosition write SetLegendPosition default lpBottom;
C++
__property TLegendPosition LegendPosition = {read=FLegendPosition, write=SetLegendPosition, default=2};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | Vcl.Touch.GestureCtrls.pas Vcl.Touch.GestureCtrls.hpp |
Vcl.Touch.GestureCtrls | TCustomGesturePreview |
説明
ジェスチャ プレビュー コントロールにおける凡例の位置を指定します。
LegendPosition は、ジェスチャ プレビュー コントロールにおける凡例の位置を指定します。 LegendPosition では、以下の表に示される値の 1 つが有効です。
| 値 | 意味 |
|---|---|
|
lpNone |
プレビュー コントロール内には凡例が描画されません。 |
|
lpTop |
凡例はコントロールの上部に配置されます。 |
|
lpBottom |
凡例はコントロールの下部に配置されます。 |