Implemented interface member:
property
TranslationX
Microsoft.Maui.ITransform.TranslationX
1 write to TranslationX
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
273 v.TranslationX = f;
6 references to TranslationX
Microsoft.Maui.Controls (5)
RadioButton\RadioButton.cs (1)
457 border.SetBinding(TranslationXProperty, static (RadioButton rb) => rb.TranslationX, source: RelativeBindingSource.TemplatedParent);
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)
58 /// <summary>Bindable property for <see cref="TranslationX"/>.</summary> 59 public static readonly BindableProperty TranslationXProperty = BindableProperty.Create(nameof(TranslationX), typeof(double), typeof(VisualElement), 0d);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
871 var shiftX = Forms.ConvertToScaledPixel(Element.TranslationX);