Leadtools.Annotations Namespace : AnnTextRotate Enumeration |
public enum AnnTextRotate : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum AnnTextRotate Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AnnTextRotate
public enum class AnnTextRotate : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Rotate0 | Do not rotate the text. |
0x00000001 | Rotate90 | Rotate the text 90 degrees counter clockwise. |
0x00000002 | Rotate180 | Rotate the text 180 degrees counter clockwise. |
0x00000003 | Rotate270 | Rotate the text 270 degrees counter clockwise. |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnTextRotate