Vcl.Touch.Keyboard.TCustomKeyboardButton.BottomMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BottomMargin: Integer read FBottomMargin;

C++

__property int BottomMargin = {read=FBottomMargin, nodefault};

Properties

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

Description

Specifies the bottom margin in pixels.

Use BottomMargin to get the value of the bottom margin in pixels.

Note: BottomMargin is a read only property.

See Also