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