Class
RotateTransform

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:

cs-api-definition
public class RotateTransform : RenderTransform, INotifyPropertyChanged

Inheritance: objectRenderTransformRotateTransform

Implements: INotifyPropertyChanged

Inherited Members RenderTransform.OnPropertyChanged(string)RenderTransform.PropertyChanged

Constructors

RotateTransform()

Declaration

cs-api-definition
public RotateTransform()

Properties

Angle

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

Declaration

cs-api-definition
public double Angle { get; set; }

Property Value

double

CenterX

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

Declaration

cs-api-definition
public double CenterX { get; set; }

Property Value

double

CenterY

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

Declaration

cs-api-definition
public double CenterY { get; set; }

Property Value

double