You are reading help file online using chmlib.com
|
Rave Reports Developer Reference SpacingTop property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property SpacingTop: double;
Default 0.5
Category
Components
Description This property returns or sets the spacing between the top of the label and the top margin.
See also SpacingHeight, SpacingLeft, SpacingWidth
Example (Delphi) LabelShell1.SpacingTop := 0.75;
Example (C++Builder) LabelShell1->SpacingTop = 0.75; |
You are reading help file online using chmlib.com
|