Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Offset Property (AnnLabel)

Show in webframe
Gets or sets the offset for this AnnLabel.
Syntax
get_offset();
set_offset(value);
Object.defineProperty('offset');

Property Value

TypeDescription
LeadPointDThe offset of this AnnLabel, relative to the OriginalPosition.
Remarks

Use this to move the AnnLabel. This offset value is relative to either the Parent or container depending on the value of PositionMode. This offset is calculated from the top-left if the value of OffsetHeight is false (the default) or from the bottom-left if the value of OffsetHeight is true).

See Also

Reference

AnnLabel Object
AnnLabel Members

Error processing SSI file