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

Rotates an object clockwise about a specified point in a 2-D x-y coordinate system.

Definition

Namespace:Telerik.WinControls.Spreadsheet.UI

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class RotateTransform : RenderTransform, INotifyPropertyChanged

Inheritance: objectRenderTransformRotateTransform

Implements: INotifyPropertyChanged

Inherited Members RenderTransform.OnPropertyChanged(string)RenderTransform.PropertyChanged

Constructors

C#
public RotateTransform()

Properties

Gets or sets the angle, in degrees, of clockwise rotation.

C#
public double Angle { get; set; }

Gets or sets the x-coordinate of the rotation center point.

C#
public double CenterX { get; set; }

Gets or sets the y-coordinate of the rotation center point.

C#
public double CenterY { get; set; }