Vcl.Dialogs.TPageSetupDialog.MinMarginLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinMarginLeft: Integer read FMinMarginLeft write FMinMarginLeft;

C++

__property int MinMarginLeft = {read=FMinMarginLeft, write=FMinMarginLeft, nodefault};

Properties

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

Description

Specifies minimum left margin.

If Options includes psoMinMargins, MinMarginLeft is the minimum value the user can enter for the left margin.

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

See Also