Declaration
property LabelText: String;
Description
When a value is specified for
LabelText, a text label will be displayed at the end of the line.
Default: '%s°'
// Example of following: "Angle: 344°"
TIEAngleLayer( ImageEnView1.CurrentLayer ).LabelDecimalPlaces := 0;
TIEAngleLayer( ImageEnView1.CurrentLayer ).LabelText := 'Angle: %s°';
ImageEnView1.Update();
// Hide the angle display
TIEAngleLayer( ImageEnView1.CurrentLayer ).LabelText := '';
ImageEnView1.Update();
See Also
◼LabelDecimalPlaces◼LabelFont