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