Vcl.Dialogs.TPageSetupDialog.MinMarginRight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinMarginRight: Integer read FMinMarginRight write FMinMarginRight;

C++

__property int MinMarginRight = {read=FMinMarginRight, write=FMinMarginRight, nodefault};

Properties

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

Description

Specifies minimum right margin.

If Options includes psoMinMargins, MinMarginRight is the minimum value the user can enter for the right margin.

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

See Also