←Select platform

AnnTextRotate Enumeration

Summary

Indicates how much the text is to be rotated and in which direction.

Syntax
C#
VB
Objective-C
C++
Java
public enum AnnTextRotate  
Public Enum AnnTextRotate  
typedef enum LTAnnTextRotate 
public enum AnnTextRotate 
public: 
   enum class AnnTextRotate sealed 

Members
ValueMemberDescription
0Rotate0 Do not rotate the text.
1Rotate90 Rotate the text 90 degrees counter clockwise.
2Rotate180 Rotate the text 180 degrees counter clockwise.
3Rotate270 Rotate the text 270 degrees counter clockwise.
4Rotate45 Rotate the text 45 degrees counter clockwise.
5Rotate135 Rotate the text 135 degrees counter clockwise.
6Rotate225 Rotate the text 225 degrees counter clockwise.
7Rotate315 Rotate the text 315 degrees counter clockwise.

Remarks

Use this enumeration with the AnnTextObject.TextRotate property.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly