Implemented interface member:
property
Rotation
Microsoft.Maui.ITransform.Rotation
1 write to Rotation
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
158 return AnimateTo(view, view.Rotation, rotation, nameof(RotateTo), (v, value) => v.Rotation = value, length, easing);
4 references to Rotation
Microsoft.Maui.Controls (4)
ViewExtensions.cs (2)
122 return view.RotateTo(view.Rotation + drotation, length, easing); 158 return AnimateTo(view, view.Rotation, rotation, nameof(RotateTo), (v, value) => v.Rotation = value, length, easing);
VisualElement\VisualElement.cs (2)
79 /// <summary>Bindable property for <see cref="Rotation"/>.</summary> 80 public static readonly BindableProperty RotationProperty = BindableProperty.Create(nameof(Rotation), typeof(double), typeof(VisualElement), default(double));