Declaration
property LineWidth: Integer;
Description
The width of the line and the border of
StartShape and
EndShape.
Default: 1
// Add a thick green line layer
ImageEnView1.LayersAdd( ielkLine );
TIELineLayer( ImageEnView1.CurrentLayer ).LineColor := clGreen;
TIELineLayer( ImageEnView1.CurrentLayer ).LineWidth := 5;
ImageEnView1.Update();
See Also
◼TIELayer.BorderWidth◼LineColor◼LineStyle◼LabelBorderWidth