Represents the TextOrientationRotateControl.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class TextOrientationRotateControl : UserControl, IComponentConnector
Inheritance: objectTextOrientationRotateControl
Implements:
Constructors
Initializes a new instance of the TextOrientationRotateControl class.
C#
public TextOrientationRotateControl()
Fields
RotationAngleProperty
DependencyProperty
Rotation angle dependency property.
C#
public static readonly DependencyProperty RotationAngleProperty
Properties
Gets or sets the rotation angle.
C#
public int RotationAngle { get; set; }
The rotation angle.
Methods
InitializeComponent
C#
public void InitializeComponent()
Events
Occurs when the rotation angle is changed.
C#
public event EventHandler RotationAngleChanged