|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
| Leadtools.Annotations.Core Namespace : AnnTextRotate Enumeration |
public enum AnnTextRotate : System.Enum
'Declaration
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 = 0x00000000,
Rotate90 = 0x00000001,
Rotate180 = 0x00000002,
Rotate270 = 0x00000003,
};
Use this enumeration with the AnnTextObject.TextRotate property.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.AnnTextRotate