RadRotateTransform
Class
Represents a rotation transformation that can be applied to elements.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadRotateTransform : RadTransform, INotifyPropertyChanged
Inheritance: objectRadTransformRadRotateTransform
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadRotateTransform class.
C#
public RadRotateTransform()
Initializes a new instance of the RadRotateTransform class with the specified center point and angle.
Properties
Gets or sets the rotation angle in degrees.
C#
public double Angle { get; set; }
The rotation angle in degrees.
Gets or sets the X coordinate of the center point for the rotation.
C#
public double CenterX { get; set; }
The X coordinate of the rotation center point.