Declaration
property LineColor: TColor;
Description
The color of the line and the border of
StartShape and
EndShape.
Default: clBlack
// Add a thick green line layer
ImageEnView1.LayersAdd( ielkLine );
TIELineLayer( ImageEnView1.CurrentLayer ).LineColor := clGreen;
TIELineLayer( ImageEnView1.CurrentLayer ).LineWidth := 5;
ImageEnView1.Update();
See Also
◼TIELayer.BorderColor◼LineWidth◼LineStyle◼LabelBorderColor