Android.Views.View.TranslationX Property
The horizontal location of this view relative to its View.Left position.

Syntax

[get: Android.Runtime.Register("getTranslationX", "()F", "GetGetTranslationXHandler")]
[set: Android.Runtime.Register("setTranslationX", "(F)V", "GetSetTranslationX_FHandler")]
public virtual float TranslationX { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

Sets the horizontal location of this view relative to its View.Left 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