WebSettings.LoadWithOverviewMode Property

Definition

Gets whether this WebView loads pages in overview mode.

public abstract bool LoadWithOverviewMode { [Android.Runtime.Register("getLoadWithOverviewMode", "()Z", "GetGetLoadWithOverviewModeHandler")] get; [Android.Runtime.Register("setLoadWithOverviewMode", "(Z)V", "GetSetLoadWithOverviewMode_ZHandler")] set; }
[<get: Android.Runtime.Register("getLoadWithOverviewMode", "()Z", "GetGetLoadWithOverviewModeHandler")>]
[<set: Android.Runtime.Register("setLoadWithOverviewMode", "(Z)V", "GetSetLoadWithOverviewMode_ZHandler")>]
member this.LoadWithOverviewMode : bool with get, set

Property Value

Attributes

Remarks

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

See also