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