Declaration
property ShapeSize: integer;
Description
Specifies the size of the arrows at the start and end of the line.
Note:
◼The border width and color of the arrow will be the same as the line (i.e. specified by
LineColor and
LineWidth)
◼The fill is specified by
FillColor (Gradients are not supported)
Default: 20
// Enlarge the arrows
TIELineLayer( ImageEnView1.CurrentLayer ).ShapeSize := 25;
ImageEnView1.Update();
See Also
◼StartShape◼EndShape