ImageEn, unit iexLayers

TIELineLayer.LineColor

TIELineLayer.LineColor

Declaration

property LineColor: TColor;

Description

The color of the line and the border of StartShape and EndShape.

Default: clBlack

Example

// 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