RenderNode.TranslationY Property

Definition

Returns the translation value for this display list on the Y axis, in pixels.

public float TranslationY { [Android.Runtime.Register("getTranslationY", "()F", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getTranslationY", "()F", "", ApiSince=29)>]
member this.TranslationY : single

Property Value

Attributes

Remarks

Returns the translation value for this display list on the Y axis, in pixels.

Java documentation for android.graphics.RenderNode.getTranslationY().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to