←Select platform

AnnTextRotate Enumeration

Summary
Indicates how much the text is to be rotated and in which direction.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnTextRotate  
typedef NS_ENUM(NSInteger, LTAnnTextRotate) { 
 LTAnnTextRotateRotate0 = 0,  
 LTAnnTextRotateRotate90 = 1,  
 LTAnnTextRotateRotate180 = 2,  
 LTAnnTextRotateRotate270 = 3,  
}; 
public enum AnnTextRotate 
public: 
   enum class AnnTextRotate sealed 
class AnnTextRotate(Enum): 
   Rotate0 = 0 
   Rotate90 = 1 
   Rotate180 = 2 
   Rotate270 = 3 
   Rotate45 = 4 
   Rotate135 = 5 
   Rotate225 = 6 
   Rotate315 = 7 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.