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