FMX.Printer.TPageSetupDialog.MinMarginLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinMarginLeft: Integer read getMinMarginLeft write setMinMarginLeft;

C++

__property int MinMarginLeft = {read=getMinMarginLeft, write=setMinMarginLeft, nodefault};

Properties

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

Description

Specifies the minimum value of the left margin.

If Options contains psoMinMargins, MinMarginLeft is the minimum value that can be entered in the Left field from the Margins section of the page setup dialog.

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

Note: To change the measurement unit, use Units.

See Also