Class RotateTransform
Rotates an object clockwise about a specified point in a two-dimensional x-y coordinate system.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class RotateTransform : Transform
Fields
| Improve this Doc View SourceAngleProperty
Identifies the Angle dependency property.
Declaration
public static readonly DependencyProperty AngleProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
CenterXProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty CenterXProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
CenterYProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty CenterYProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAngle
Gets or sets the angle, in degrees, of clockwise rotation.
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterX
Gets or sets the x-coordinate of the rotation center point. The default is 0.
Declaration
[NotImplemented]
public double CenterX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterY
Gets or sets the y-coordinate of the rotation center point. The default is 0.
Declaration
[NotImplemented]
public double CenterY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |