←Select platform

AnnTextRotate Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AnnTextRotate  
Public Enum AnnTextRotate  
    
public enum AnnTextRotate  
typedef enum LTAnnTextRotate 
public enum AnnTextRotate 
Leadtools.Annotations.Core.AnnTextRotate = function() { }; 
Leadtools.Annotations.Core.AnnTextRotate.prototype = { 
 
  Rotate0 = 0x00000000, 
    Rotate90 = 0x00000001, 
    Rotate180 = 0x00000002, 
    Rotate270 = 0x00000003, 
     
 }; 
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.
Remarks

Use this enumeration with the AnnTextObject.TextRotate property.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly