New to Telerik UI for WPFStart a free 30-day trial

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: IComponentConnector

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; }
Property Value:

The rotation angle.

Methods

InitializeComponent

C#
public void InitializeComponent()

Events

Occurs when the rotation angle is changed.

C#
public event EventHandler RotationAngleChanged