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