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