Scroller.CurrY Property

Definition

Returns the current Y offset in the scroll.

public int CurrY { [Android.Runtime.Register("getCurrY", "()I", "")] get; }
[<get: Android.Runtime.Register("getCurrY", "()I", "")>]
member this.CurrY : int

Property Value

The new Y offset as an absolute distance from the origin.

Attributes

Remarks

Returns the current Y offset in the scroll.

Java documentation for android.widget.Scroller.getCurrY().

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