ImageEn, unit iexLayers

TIELineLayer.LineStyle

TIELineLayer.LineStyle


Declaration

property LineStyle: TIEGPPenStyle;


Description

The styling of the line drawing.



Note: Applies only to the line, not the border of StartShape and EndShape

Default: iegpSolid


Example

// Draw a dashed line layer
ImageEnView1.LayersAdd( ielkLine );
TIELineLayer( ImageEnView1.CurrentLayer ).LineStyle := psDash;
TIELineLayer( ImageEnView1.CurrentLayer ).LineWidth := 5;
ImageEnView1.Update();


See Also

 LineColor
 LineWidth