Vcl.Dialogs.TPageSetupDialog.MarginBottom

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

Delphi

property MarginBottom: Integer read FMarginBottom write FMarginBottom;

C++

__property int MarginBottom = {read=FMarginBottom, write=FMarginBottom, nodefault};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPageSetupDialog

説明

下マージンを指定します。

Options が psoMargins を含む場合,MarginBottom は下マージンとしてユーザーに提示される初期値です。ユーザーが[OK]ボタンをクリックする(Execute が true を返す)と,MarginBottom にはユーザーが指定した下マージン値が割り当てられます。

ユーザーが値をインチで入力する場合,MarginBottom はマージンを 1/1000 インチで表します。ユーザーが値をミリメートルで入力する場合,MarginBottom はマージンを 1/100 ミリメートルで表します。

関連項目