FMX.Printer.TPageSetupDialog.MarginTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MarginTop: Integer read getMarginTop write setMarginTop;

C++

__property int MarginTop = {read=getMarginTop, write=setMarginTop, nodefault};

Properties

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

Description

Specifies the top margin.

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

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

Note: To change the measurement unit, use Units.

See Also