RotateTransform
Class
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:
Inherited Members
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; }