Scroller.StartX Property

Definition

Returns the start X offset in the scroll.

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

Property Value

The start X offset as an absolute distance from the origin.

Attributes

Remarks

Returns the start X offset in the scroll.

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

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