3 writes to ScaleX
Microsoft.Maui.Controls (3)
Shapes\CompositeTransform.cs (1)
132
ScaleX
= ScaleX,
Shapes\ScaleTransform.cs (2)
16
ScaleX
= scaleX;
23
ScaleX
= scaleX;
4 references to ScaleX
Microsoft.Maui.Controls (4)
Shapes\ScaleTransform.cs (4)
29
/// <summary>Bindable property for <see cref="
ScaleX
"/>.</summary>
31
BindableProperty.Create(nameof(
ScaleX
), typeof(double), typeof(ScaleTransform), 1.0,
84
Value = new Matrix(
ScaleX
, 0, 0, ScaleY, CenterX * (1 -
ScaleX
), CenterY * (1 - ScaleY));