ImageEn, unit iexLayers

TIEAngleLayer.LabelDecimalPlaces

TIEAngleLayer.LabelDecimalPlaces

Declaration

property LabelDecimalPlaces: Integer;

Description

The number of decimal places to use when showing the angle.

Default: 1

Example

// Example of default: "344.5°"

// Example of following: "Angle: 344°"
// Show angle without decimal places
TIEAngleLayer( ImageEnView1.CurrentLayer ).LabelDecimalPlaces := 0;
TIEAngleLayer( ImageEnView1.CurrentLayer ).LabelText := 'Angle: %°';
ImageEnView1.Update();

See Also

LabelText
LabelFont