4 references to RotationProperty
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
213 bindable.ClearValue(RotationProperty); 262 bindable.SetValue(RotationProperty, rotate); 787 get { return (double)GetValue(RotationProperty); } 788 set { SetValue(RotationProperty, value); }