1 implementation of RotationY
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
801
public double
RotationY
3 references to RotationY
Microsoft.Maui (2)
Handlers\View\ViewHandler.cs (1)
56
[nameof(IView.
RotationY
)] = MapRotationY,
Handlers\View\ViewHandler.Standard.cs (1)
55
/// Maps a view's abstract <see cref="ITransform.
RotationY
"/> property to the platform-specific implementations.
Microsoft.Maui.Controls.Compatibility (1)
RendererToHandlerShim.cs (1)
57
[nameof(IView.
RotationY
)] = MapIgnore,