You are reading help file online using chmlib.com
|
Rave Reports Developer Reference LabelHeight property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property LabelHeight: double;
Default 1.0
Category
Components
Description This property defines the height of the label in units.
See also LabelWidth, NumAcross, NumDown
Example (Delphi) LabelShell1.LabelHeight := 0.75;
Example (C++Builder) LabelShell1->LabelHeight = 0.75; |
You are reading help file online using chmlib.com
|