WebSettings.SetLayoutAlgorithm(WebSettings+LayoutAlgorithm) メソッド

定義

基になるレイアウト アルゴリズムを設定します。

[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

パラメーター

l
WebSettings.LayoutAlgorithm

LayoutAlgorithm値として使用するレイアウト アルゴリズム

属性

注釈

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象