Leadtools.Annotations.Core.AnnHorizontalAlignment = function() { };
Leadtools.Annotations.Core.AnnHorizontalAlignment.prototype = {
left = 0,
center = 1,
right = 2,
};
Value | Member | Description |
---|---|---|
0 | left | The text should be left aligned. |
1 | center | The text should be centered. |
2 | right | The text should be right aligned. |