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