The AnnTextRotate Enumeration supports WPF/Silverlight.
The AnnTextRotate Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Indicates how much the text is to be rotated and in which direction. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Public Enum AnnTextRotate Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnTextRotate | |
| C# | |
|---|---|
public enum AnnTextRotate : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class AnnTextRotate : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Rotate0 | Do not rotate the text. |
| Rotate180 | Rotate the text 180 degrees counter clockwise. |
| Rotate270 | Rotate the text 270 degrees counter clockwise. |
| Rotate90 | Rotate the text 90 degrees counter clockwise. |
Use this enumeration with the IAnnText.TextRotate property.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnTextRotate
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code