Leadtools.Annotations.Core.AnnLabelPositionMode = function() { };
Leadtools.Annotations.Core.AnnLabelPositionMode.prototype = {
normal = 0,
relativeToObject = 1,
};
Value | Member | Description |
---|---|---|
0 | normal | The label is positioned from the top-left of the current container. |
1 | relativeToObject | The label is positioned relative from the top-left of the parent object. |
Used with AnnLabel.PositionMode to control how the label is positioned relative to its parent.