Vcl.Touch.Keyboard.TCustomKeyboardButton.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read FHeight;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

Description

Specifies the vertical size of a TCustomKeyboardButton button in pixels.

Use Height to read or modify the height of a TCustomKeyboardButton instance.

See Also