4 references to RotationXProperty
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
214 bindable.ClearValue(RotationXProperty); 258 bindable.SetValue(RotationXProperty, rotateX); 797 get { return (double)GetValue(RotationXProperty); } 798 set { SetValue(RotationXProperty, value); }