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