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

AnnLabelPositionMode Enumeration

Show in webframe
Indicates how the label is positioned relative to its parent.
Syntax
Leadtools.Annotations.Core.AnnLabelPositionMode = function() { };
Leadtools.Annotations.Core.AnnLabelPositionMode.prototype = {
	normal = 0,
	relativeToObject = 1,
	
 };
Members
ValueMemberDescription
0normal The label is positioned from the top-left of the current container.
1relativeToObject The label is positioned relative from the top-left of the parent object.
Remarks

Used with AnnLabel.PositionMode to control how the label is positioned relative to its parent.

See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file