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