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