WebSettings.GetTextSize Method

Definition

Caution

deprecated

Gets the text size of the page.

[Android.Runtime.Register("getTextSize", "()Landroid/webkit/WebSettings$TextSize;", "GetGetTextSizeHandler")]
[System.Obsolete("deprecated")]
public virtual Android.Webkit.WebSettings.TextSize? GetTextSize ();
[<Android.Runtime.Register("getTextSize", "()Landroid/webkit/WebSettings$TextSize;", "GetGetTextSizeHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetTextSize : unit -> Android.Webkit.WebSettings.TextSize
override this.GetTextSize : unit -> Android.Webkit.WebSettings.TextSize

Returns

the text size as a TextSize value

Attributes

Remarks

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

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.SetTextSize(.TextSize)>