AccessibilityRecord.ScrollDeltaY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the difference in pixels between the vertical position before the scroll and the current vertical position -or- Sets the difference in pixels between the vertical position before the scroll and the current vertical position
public virtual int ScrollDeltaY { [Android.Runtime.Register("getScrollDeltaY", "()I", "GetGetScrollDeltaYHandler", ApiSince=28)] get; [Android.Runtime.Register("setScrollDeltaY", "(I)V", "GetSetScrollDeltaY_IHandler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getScrollDeltaY", "()I", "GetGetScrollDeltaYHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setScrollDeltaY", "(I)V", "GetSetScrollDeltaY_IHandler", ApiSince=28)>]
member this.ScrollDeltaY : int with get, set
Property Value
the scroll delta y
- Attributes
Remarks
Property getter documentation:
Gets the difference in pixels between the vertical position before the scroll and the current vertical position
Java documentation for android.view.accessibility.AccessibilityRecord.getScrollDeltaY()
.
Property setter documentation:
Sets the difference in pixels between the vertical position before the scroll and the current vertical position
Java documentation for android.view.accessibility.AccessibilityRecord.setScrollDeltaY(int)
.
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.