Vcl.Dialogs.TPageSetupDialog.MarginLeft

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

Delphi

property MarginLeft: Integer read FMarginLeft write FMarginLeft;

C++

__property int MarginLeft = {read=FMarginLeft, write=FMarginLeft, nodefault};

プロパティ

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

説明

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

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

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

関連項目