TextRotation
Enum
Identifies the rotation of a DrawingML text box element.
Definition
Namespace:Telerik.Windows.Documents.DrawingML.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public enum TextRotation
Fields
The text box is rotated by 270 degrees.
C#
Degrees270 = 2
The text box is rotated by 90 degrees.
C#
Degrees90 = 1
The text box element is not rotated.
C#
Horizontal = 0