You are reading help file online using chmlib.com
|
Rave Reports Developer Reference DrawPen property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property DrawPen: TPen;
Default stock pen
Category
Components
Description This property defines the pen used to draw the sides of the label.
See also DrawExtents, DrawPreviewOnly, TPen
Example (Delphi) LabelShell1.DrawPen.Color := clBlue;
Example (C++Builder) LabelShell1->DrawPen->Color = clBlue; |
You are reading help file online using chmlib.com
|