The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



LineWidth


Unit:SDL_polchart
Class:TPolChart
Declaration:property LineWidth: byte;

The property LineWidth is a run-time property, which determines the line width of the following drawing items: tkLine, tkLineto, tkPolarCircle, and tkRectangle. The line width is specified in pixels and may assume any value between 1 and 255. The line width is set to 1 by default.

Hint: Setting the line width to values greater than 1 will force the PenStyle to psSolid.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): clock, poldiag



Last Update: 2023-Dec-13