The properties of Android.Widget.Scroller are listed below. For a list of all members, see the Scroller Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | CurrVelocity | float. Returns the current velocity. |
[read-only] | CurrX | int. Returns the current X offset in the scroll. |
[read-only] | CurrY | int. Returns the current Y offset in the scroll. |
[read-only] | Duration | int. Returns how long the scroll event will take, in milliseconds. |
FinalX | int. Returns where the scroll will end. | |
FinalY | int. Returns where the scroll will end. | |
[read-only] | IsFinished | bool. Returns whether the scroller has finished scrolling. |
[read-only] | StartX | int. Returns the start X offset in the scroll. |
[read-only] | StartY | int. Returns the start Y offset in the scroll. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |