Class TextRotation
Identifies the rotation of a DrawingML text box element.
Inheritance
System.Object
TextRotation
Namespace: Telerik.Windows.Documents.DrawingML.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class TextRotation : Enum
Fields
Degrees270
The text box is rotated by 270 degrees.
Declaration
public const TextRotation Degrees270
Field Value
TextRotation
|
Degrees90
The text box is rotated by 90 degrees.
Declaration
public const TextRotation Degrees90
Field Value
TextRotation
|
Horizontal
The text box element is not rotated.
Declaration
public const TextRotation Horizontal
Field Value
TextRotation
|
value__
Declaration
public int value__
Field Value
System.Int32
|