Android.Views.View.TranslationY Property
The vertical location of this view relative to its View.Top position.

Syntax

[get: Android.Runtime.Register("getTranslationY", "()F", "GetGetTranslationYHandler")]
[set: Android.Runtime.Register("setTranslationY", "(F)V", "GetSetTranslationY_FHandler")]
public virtual float TranslationY { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

The vertical location of this view relative to its View.Top position. This position is post-layout, in addition to wherever the object's layout placed it.

Set method documentation [Android Documentation]

Sets the vertical location of this view relative to its View.Top position. This effectively positions the object post-layout, in addition to wherever the object's layout placed it.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11