Vcl.Touch.Keyboard.TCustomKeyboardButton.Left

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Left: Integer read FLeft;

C++

__property int Left = {read=FLeft, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

説明

TCustomKeyboardButton の左端の水平座標(親に対する相対座標)を示します。

Left プロパティを使用すると、コントロール左端の始点を決定したり配置し直したりすることができます。

関連項目