Vcl.Touch.Keyboard.TCustomKeyboardButton.TopMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopMargin: Integer read FTopMargin;

C++

__property int TopMargin = {read=FTopMargin, nodefault};

Properties

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

Description

Specifies the top margin in pixels.

Use TopMargin to get the value of the top margin in pixels.

Note: TopMargin is a read-only property.

See Also