Vcl.Dialogs.TPageSetupDialog.MinMarginBottom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinMarginBottom: Integer read FMinMarginBottom write FMinMarginBottom;

C++

__property int MinMarginBottom = {read=FMinMarginBottom, write=FMinMarginBottom, nodefault};

Properties

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

Description

Specifies minimum bottom margin.

If Options includes psoMinMargins, MinMarginBottom is the minimum value the user can enter for the bottom margin.

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

See Also