1 write to CenterY
Microsoft.Maui.Controls (1)
Shapes\RotateTransform.cs (1)
26
CenterY
= centerY;
4 references to CenterY
Microsoft.Maui.Controls (4)
Shapes\RotateTransform.cs (4)
39
/// <summary>Bindable property for <see cref="
CenterY
"/>.</summary>
41
BindableProperty.Create(nameof(
CenterY
), typeof(double), typeof(RotateTransform), 0.0,
76
Value = new Matrix(cos, sin, -sin, cos, CenterX * (1 - cos) +
CenterY
* sin,
CenterY
* (1 - cos) - CenterX * sin);