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