Declaration
property LabelText: String;
Description
When a value is specified for
LabelText, a text label will be displayed at the end of the line.
Note:
LabelText has no effect if
RulerMode is iermLabel
Example
TIELineLayer( ImageEnView1.CurrentLayer ).LabelPosition := ielpAtEnd;
TIELineLayer( ImageEnView1.CurrentLayer ).LabelText := 'Test Label';
ImageEnView1.Update();

See Also
-
LabelAlignment-
LabelFont-
TextOverflow-
LabelPosition-
LabelShape-
LabelHorzMargin-
LabelVertMargin