Vcl.Touch.Keyboard.TCustomKeyboardButton.BottomMargin

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

Delphi

property BottomMargin: Integer read FBottomMargin;

C++

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

プロパティ

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

説明

ピクセル単位で下マージンを指定します。

BottomMargin を使用すると、ピクセル単位で下マージンの値を取得できます。

メモ:  BottomMargin は、読み込み専用プロパティです。

関連項目