Class RadTranslateTransform
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadTranslateTransform : RadTransform, INotifyPropertyChanged
Constructors
RadTranslateTransform()
Declaration
public RadTranslateTransform()
RadTranslateTransform(Double, Double)
Declaration
public RadTranslateTransform(double x, double y)
Parameters
System.Double
x
|
System.Double
y
|
Properties
X
Declaration
public double X { get; set; }
Property Value
System.Double
|
Y
Declaration
public double Y { get; set; }
Property Value
System.Double
|