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