4 writes to X
Microsoft.Maui.Controls (4)
Shapes\CompositeTransform.cs (3)
127
X
= -CenterX,
146
X
= CenterX,
151
X
= TranslateX,
Shapes\TranslateTransform.cs (1)
16
X
= x;
3 references to X
Microsoft.Maui.Controls (3)
Shapes\TranslateTransform.cs (3)
20
/// <summary>Bindable property for <see cref="
X
"/>.</summary>
22
BindableProperty.Create(nameof(
X
), typeof(double), typeof(TranslateTransform), 0.0,
51
Value = new Matrix(1, 0, 0, 1,
X
, Y);