WebSettings.UseWebViewBackgroundForOverscrollBackground 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.
Caution
deprecated
Gets whether this WebView uses WebView's background instead of internal pattern for over scroll background. -or- Sets whether the WebView uses its background for over scroll background.
[System.Obsolete("deprecated")]
public virtual bool UseWebViewBackgroundForOverscrollBackground { [Android.Runtime.Register("getUseWebViewBackgroundForOverscrollBackground", "()Z", "GetGetUseWebViewBackgroundForOverscrollBackgroundHandler")] get; [Android.Runtime.Register("setUseWebViewBackgroundForOverscrollBackground", "(Z)V", "GetSetUseWebViewBackgroundForOverscrollBackground_ZHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getUseWebViewBackgroundForOverscrollBackground", "()Z", "GetGetUseWebViewBackgroundForOverscrollBackgroundHandler")>]
[<set: Android.Runtime.Register("setUseWebViewBackgroundForOverscrollBackground", "(Z)V", "GetSetUseWebViewBackgroundForOverscrollBackground_ZHandler")>]
member this.UseWebViewBackgroundForOverscrollBackground : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Java documentation for android.webkit.WebSettings.getUseWebViewBackgroundForOverscrollBackground().
Property setter documentation:
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.