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