7 references to RotationYProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
57
e.PropertyName == VisualElement.
RotationYProperty
.PropertyName ||
VisualElement\VisualElement.cs (4)
211
bindable.ClearValue(
RotationYProperty
);
256
bindable.SetValue(
RotationYProperty
, rotateY);
803
get { return (double)GetValue(
RotationYProperty
); }
804
set { SetValue(
RotationYProperty
, value); }
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\VisualElementRenderer.cs (2)
67
RegisterPropertyHandler(VisualElement.
RotationYProperty
, UpdateTransformation);
375
e.PropertyName == VisualElement.
RotationYProperty
.PropertyName ||