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