Vcl.Dialogs.TPageSetupDialog.MarginBottom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MarginBottom: Integer read FMarginBottom write FMarginBottom;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPageSetupDialog

Description

Specifies bottom margin.

If Options includes psoMargins, MarginBottom is the initial value presented to the user as the bottom margin. If the user clicks the OK button (indicated by Execute returning true), MarginBottom is assigned the bottom margin value specified by the user.

If the user is entering values in inches, MarginBottom expresses the margin in thousandths of an inch. If the user is entering values in millimeters, MarginBottom expresses the margin in hundredths of a millimeter.

See Also