3 writes to Angle
Microsoft.Maui.Controls (3)
Shapes\CompositeTransform.cs (1)
142
Angle
= Rotation
Shapes\RotateTransform.cs (2)
18
Angle
= angle;
24
Angle
= angle;
3 references to Angle
Microsoft.Maui.Controls (3)
Shapes\RotateTransform.cs (3)
29
/// <summary>Bindable property for <see cref="
Angle
"/>.</summary>
31
BindableProperty.Create(nameof(
Angle
), typeof(double), typeof(RotateTransform), 0.0,
72
double radians = Math.PI *
Angle
/ 180;