RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.MinMarginTop Property

Specifies minimum top margin.

Pascal
property MinMarginTop: Integer;
C++
__property int MinMarginTop;

If Options includes psoMinMargins, MinMarginTop is the minimum value the user can enter for the top margin. 

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!