ScrollCaptureTarget.ScrollBounds 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.
Sets the scroll bounds rect to the intersection of provided rect and the current bounds of
the containing view
.
public Android.Graphics.Rect? ScrollBounds { [Android.Runtime.Register("getScrollBounds", "()Landroid/graphics/Rect;", "", ApiSince=31)] get; [Android.Runtime.Register("setScrollBounds", "(Landroid/graphics/Rect;)V", "", ApiSince=31)] set; }
[<get: Android.Runtime.Register("getScrollBounds", "()Landroid/graphics/Rect;", "", ApiSince=31)>]
[<set: Android.Runtime.Register("setScrollBounds", "(Landroid/graphics/Rect;)V", "", ApiSince=31)>]
member this.ScrollBounds : Android.Graphics.Rect with get, set
Property Value
the scroll bounds
for this ScrollCaptureCallback callback
- Attributes
Remarks
Property getter documentation:
Java documentation for android.view.ScrollCaptureTarget.getScrollBounds()
.
Property setter documentation:
Sets the scroll bounds rect to the intersection of provided rect and the current bounds of the containing view
.
Java documentation for android.view.ScrollCaptureTarget.setScrollBounds(android.graphics.Rect)
.
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.