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