WebSettings.SetTextSize(WebSettings+TextSize) Method

Definition

Caution

deprecated

Sets the text size of the page.

[Android.Runtime.Register("setTextSize", "(Landroid/webkit/WebSettings$TextSize;)V", "GetSetTextSize_Landroid_webkit_WebSettings_TextSize_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetTextSize (Android.Webkit.WebSettings.TextSize? t);
[<Android.Runtime.Register("setTextSize", "(Landroid/webkit/WebSettings$TextSize;)V", "GetSetTextSize_Landroid_webkit_WebSettings_TextSize_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetTextSize : Android.Webkit.WebSettings.TextSize -> unit
override this.SetTextSize : Android.Webkit.WebSettings.TextSize -> unit

Parameters

t
WebSettings.TextSize

the text size as a TextSize value

Attributes

Remarks

Java documentation for android.webkit.WebSettings.setTextSize(android.webkit.TextSize).

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