WebSettings.SetLayoutAlgorithm(WebSettings+LayoutAlgorithm) Method

Definition

Sets the underlying layout algorithm.

[Android.Runtime.Register("setLayoutAlgorithm", "(Landroid/webkit/WebSettings$LayoutAlgorithm;)V", "GetSetLayoutAlgorithm_Landroid_webkit_WebSettings_LayoutAlgorithm_Handler")]
public abstract void SetLayoutAlgorithm (Android.Webkit.WebSettings.LayoutAlgorithm? l);
[<Android.Runtime.Register("setLayoutAlgorithm", "(Landroid/webkit/WebSettings$LayoutAlgorithm;)V", "GetSetLayoutAlgorithm_Landroid_webkit_WebSettings_LayoutAlgorithm_Handler")>]
abstract member SetLayoutAlgorithm : Android.Webkit.WebSettings.LayoutAlgorithm -> unit

Parameters

l
WebSettings.LayoutAlgorithm

the layout algorithm to use, as a LayoutAlgorithm value

Attributes

Remarks

Java documentation for android.webkit.WebSettings.setLayoutAlgorithm(android.webkit.LayoutAlgorithm).

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