FMX.Printer.TPageSetupDialog.MarginBottom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MarginBottom: Integer read getMarginBottom write setMarginBottom;

C++

__property int MarginBottom = {read=getMarginBottom, write=setMarginBottom, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPageSetupDialog

Description

Specifies the bottom margin.

If Options contains psoMargins, MarginBottom represents the default value of the Bottom field from the Margins section of the page setup dialog.

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

Note: To change the measurement unit, use Units.

See Also