(Leadtools.Annotations.Core)

AnnTextRotate Enumeration

Show in webframe





Indicates how much the text is to be rotated and in which direction.
Syntax
public enum AnnTextRotate : System.Enum 
Public Enum AnnTextRotate 
   Inherits System.Enum
public enum AnnTextRotate : System.Enum 
typedef enum LTAnnTextRotate
public enum AnnTextRotate
Leadtools.Annotations.Core.AnnTextRotate = function() { };
Leadtools.Annotations.Core.AnnTextRotate.prototype = {
Rotate0 = 0, Rotate90 = 1, Rotate180 = 2, Rotate270 = 3, };
Members
ValueMemberDescription
0Rotate0Do not rotate the text.
1Rotate90Rotate the text 90 degrees counter clockwise.
2Rotate180Rotate the text 180 degrees counter clockwise.
3Rotate270Rotate the text 270 degrees counter clockwise.
Remarks

Use this enumeration with the AnnTextObject.TextRotate property.

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.