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