Implemented interface member:
property
TranslationX
Microsoft.Maui.ITransform.TranslationX
1 write to TranslationX
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
273 v.TranslationX = f;
4 references to TranslationX
Microsoft.Maui.Controls (4)
ViewExtensions.cs (2)
251 /// Animates an elements <see cref="VisualElement.TranslationX"/> and <see cref="VisualElement.TranslationY"/> properties 283 { 0, 1, new Animation(translateX, view.TranslationX, x, easing: easing) },
VisualElement\VisualElement.cs (2)
62 /// <summary>Bindable property for <see cref="TranslationX"/>.</summary> 63 public static readonly BindableProperty TranslationXProperty = BindableProperty.Create(nameof(TranslationX), typeof(double), typeof(VisualElement), 0d);