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:
Gets whether this WebView uses WebView's background instead of internal pattern for over scroll background.
This member is deprecated. This method is now obsolete.
Java documentation for android.webkit.WebSettings.getUseWebViewBackgroundForOverscrollBackground()
.
Property setter documentation:
Sets whether the WebView uses its background for over scroll background. If true
, it will use the WebView's background. If false
, it will use an internal pattern. Default is true
.
This member is deprecated. This method is now obsolete.
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.