1 write to CenterX
Microsoft.Maui.Controls (1)
Shapes\ScaleTransform.cs (1)
25
CenterX
= centerX;
3 references to CenterX
Microsoft.Maui.Controls (3)
Shapes\ScaleTransform.cs (3)
39
/// <summary>Bindable property for <see cref="
CenterX
"/>.</summary>
41
BindableProperty.Create(nameof(
CenterX
), typeof(double), typeof(ScaleTransform), 0.0,
84
Value = new Matrix(ScaleX, 0, 0, ScaleY,
CenterX
* (1 - ScaleX), CenterY * (1 - ScaleY));