ImageEn, unit iexLayers

TIEImageLayer.BorderWidth

TIEImageLayer.BorderWidth


Declaration

property BorderWidth: Integer;


Description

The width of the frame around the image.

Note: By default, image layers do not show a border. Set a valid color for BorderColor to show a border.

Default: 1


Example

// Add a thick pink border to the image layer
TIEImageLayer( ImageEnView1.CurrentLayer ).BorderColor := $008000FF;
TIEImageLayer( ImageEnView1.CurrentLayer ).BorderWidth := 3;
ImageEnView1.Update();




See Also

 TIELayer.BorderWidth
 BorderColor