ImageEn, unit iexLayers

TIELineLayer.FillColor

TIELineLayer.FillColor

Declaration

property FillColor: TColor;

Description

The fill for the StartShape and EndShape.

Note:
◼The border style is the same as for the line (LineColor and LineWidth)
◼Gradients are not supported

Default: clWhite

Example

// Add yellow filled arrows and circle ends to our current line layer
TIELineLayer( ImageEnView1.CurrentLayer ).StartShape := ieesArrow;
TIELineLayer( ImageEnView1.CurrentLayer ).EndShape := ieesCircle;
TIELineLayer( ImageEnView1.CurrentLayer ).FillColor := clYellow;
TIELineLayer( ImageEnView1.CurrentLayer ).ShapeSize := 25;
ImageEnView1.Update();

See Also

◼TIELayer.FillColor
◼LabelFillColor
◼FillOpacity