WebSettings.GetLayoutAlgorithm Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)>