Vcl.Touch.Keyboard.TCustomKeyboardButton.Width

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

Delphi

property Width: Integer read FWidth;

C++

__property int Width = {read=FWidth, nodefault};

プロパティ

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

説明

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

Width プロパティを使用すると、TCustomKeyboardButton インスタンスの幅の読み込みや修正が可能です。

関連項目