Class RadRotateTransform
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadRotateTransform : RadTransform, INotifyPropertyChanged
Constructors
RadRotateTransform()
Declaration
public RadRotateTransform()
RadRotateTransform(Double, Double, Double)
Declaration
public RadRotateTransform(double centerX, double centerY, double angle)
Parameters
System.Double
centerX
|
System.Double
centerY
|
System.Double
angle
|
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
System.Double
|
CenterX
Declaration
public double CenterX { get; set; }
Property Value
System.Double
|
CenterY
Declaration
public double CenterY { get; set; }
Property Value
System.Double
|