Class TextOrientationRotateControl
Represents the TextOrientationRotateControl.
Inheritance
System.Object
TextOrientationRotateControl
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class TextOrientationRotateControl : UserControl, IComponentConnector
Constructors
TextOrientationRotateControl()
Initializes a new instance of the TextOrientationRotateControl class.
Declaration
public TextOrientationRotateControl()
Fields
RotationAngleProperty
Rotation angle dependency property.
Declaration
public static readonly DependencyProperty RotationAngleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
RotationAngle
Gets or sets the rotation angle.
Declaration
public int RotationAngle { get; set; }
Property Value
System.Int32
The rotation angle. |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Events
RotationAngleChanged
Occurs when the rotation angle is changed.
Declaration
public event EventHandler RotationAngleChanged
Event Type
System.EventHandler
|