RadScaleTransform
Represents a scale transformation that scales an object uniformly or non-uniformly along the x and y axes.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadScaleTransform : RadTransform, INotifyPropertyChanged
Inheritance: objectRadTransformRadScaleTransform
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadScaleTransform class.
public RadScaleTransform()
Initializes a new instance of the RadScaleTransform class with the specified scale factors and center point.
public RadScaleTransform(double scaleX, double scaleY, double centerX, double centerY)
The scale factor along the x-axis.
scaleYdoubleThe scale factor along the y-axis.
centerXdoubleThe x-coordinate of the center point of the transformation.
centerYdoubleThe y-coordinate of the center point of the transformation.
Initializes a new instance of the RadScaleTransform class with the specified scale factors.
Properties
The center X-coordinate of this transformation measured in pixels.
public double CenterX { get; set; }
The center Y-coordinate of this transformation measured in pixels.
public double CenterY { get; set; }