ClassRadTranslateTransform
Class
Represents a translation transformation that can be applied to elements.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class RadTranslateTransform : RadTransform, INotifyPropertyChanged
Inheritance: objectRadTransformRadTranslateTransform
Implements:
Inherited Members
Constructors
RadTranslateTransform()
Initializes a new instance of the RadTranslateTransform class.
Declaration
cs-api-definition
public RadTranslateTransform()
RadTranslateTransform(double, double)
Initializes a new instance of the RadTranslateTransform class with the specified translation values.
Properties
X
Gets or sets the X translation value.
Declaration
cs-api-definition
public double X { get; set; }
Property Value
The distance to translate along the X-axis.