Leadtools.Annotations.Core.AnnTextRotate = function() { };
Leadtools.Annotations.Core.AnnTextRotate.prototype = {
	rotate0 = 0,
	rotate90 = 1,
	rotate180 = 2,
	rotate270 = 3,
	
 };
            | Value | Member | Description | 
|---|---|---|
| 0 | rotate0 | Do not rotate the text. | 
| 1 | rotate90 | Rotate the text 90 degrees counter clockwise. | 
| 2 | rotate180 | Rotate the text 180 degrees counter clockwise. | 
| 3 | rotate270 | Rotate the text 270 degrees counter clockwise. | 
Use this enumeration with the AnnTextObject.TextRotate property.