AccessibilityRecord.MaxScrollY Property

Definition

Gets the max scroll offset of the source top edge in pixels. -or- Sets the max scroll offset of the source top edge in pixels.

public virtual int MaxScrollY { [Android.Runtime.Register("getMaxScrollY", "()I", "GetGetMaxScrollYHandler")] get; [Android.Runtime.Register("setMaxScrollY", "(I)V", "GetSetMaxScrollY_IHandler")] set; }
[<get: Android.Runtime.Register("getMaxScrollY", "()I", "GetGetMaxScrollYHandler")>]
[<set: Android.Runtime.Register("setMaxScrollY", "(I)V", "GetSetMaxScrollY_IHandler")>]
member this.MaxScrollY : int with get, set

Property Value

The max scroll.

Attributes

Remarks

Property getter documentation:

Gets the max scroll offset of the source top edge in pixels.

Java documentation for android.view.accessibility.AccessibilityRecord.getMaxScrollY().

Property setter documentation:

Sets the max scroll offset of the source top edge in pixels.

Java documentation for android.view.accessibility.AccessibilityRecord.setMaxScrollY(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.

Applies to