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