Class RotateTransform
Rotates an object clockwise about a specified point in a 2-D x-y coordinate system.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RotateTransform : RenderTransform, INotifyPropertyChanged
Constructors
RotateTransform()
Declaration
public RotateTransform()
Properties
Angle
Gets or sets the angle, in degrees, of clockwise rotation.
Declaration
public double Angle { get; set; }
Property Value
System.Double
|
CenterX
Gets or sets the x-coordinate of the rotation center point.
Declaration
public double CenterX { get; set; }
Property Value
System.Double
|
CenterY
Gets or sets the y-coordinate of the rotation center point.
Declaration
public double CenterY { get; set; }
Property Value
System.Double
|