WebSettings.GetLayoutAlgorithm Method

Definition

Gets the current layout algorithm.

[Android.Runtime.Register("getLayoutAlgorithm", "()Landroid/webkit/WebSettings$LayoutAlgorithm;", "GetGetLayoutAlgorithmHandler")]
public abstract Android.Webkit.WebSettings.LayoutAlgorithm? GetLayoutAlgorithm ();
[<Android.Runtime.Register("getLayoutAlgorithm", "()Landroid/webkit/WebSettings$LayoutAlgorithm;", "GetGetLayoutAlgorithmHandler")>]
abstract member GetLayoutAlgorithm : unit -> Android.Webkit.WebSettings.LayoutAlgorithm

Returns

the layout algorithm in use, as a LayoutAlgorithm value

Attributes

Remarks

Java documentation for android.webkit.WebSettings.getLayoutAlgorithm().

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

  • <xref:Android.Webkit.WebSettings.SetLayoutAlgorithm(.LayoutAlgorithm)>