Android.Webkit.WebSettings.LoadWithOverviewMode Property
Gets whether this WebView loads pages in overview mode.

Syntax

[get: Android.Runtime.Register("getLoadWithOverviewMode", "()Z", "GetGetLoadWithOverviewModeHandler")]
[set: Android.Runtime.Register("setLoadWithOverviewMode", "(Z)V", "GetSetLoadWithOverviewMode_ZHandler")]
public virtual bool LoadWithOverviewMode { get; set; }

See Also

WebSettings.LoadWithOverviewMode

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets whether this WebView loads pages in overview mode.

Set method documentation [Android Documentation]

Sets whether the WebView loads pages in overview mode, that is, zooms out the content to fit on screen by width. This setting is taken into account when the content width is greater than the width of the WebView control, for example, when WebSettings.UseWideViewPort is enabled. The default is false.

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7