4 references to RotationYProperty
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
215 bindable.ClearValue(RotationYProperty); 260 bindable.SetValue(RotationYProperty, rotateY); 807 get { return (double)GetValue(RotationYProperty); } 808 set { SetValue(RotationYProperty, value); }