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