ImageEn, unit iexLayers

TIEPolylineLayer.LineStyle

TIEPolylineLayer.LineStyle

Declaration

property LineStyle: TIEGPPenStyle;

Description

The styling of the line drawing.


Default: iegpSolid

Example

// Make line dashed
TIEPolylineLayer( ImageEnView1.CurrentLayer ).LineStyle := psDash;
ImageEnView1.Update();

See Also

LineColor
LineWidth