Vcl.Touch.Keyboard.TCustomKeyboardButton.Height

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

Delphi

property Height: Integer read FHeight;

C++

__property int Height = {read=FHeight, nodefault};

プロパティ

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

説明

ピクセル単位で TCustomKeyboardButton ボタンの垂直サイズを指定します。

Height を使用して、TCustomKeyboardButton インスタンスの高さの読み込み、または修正を行います。

関連項目