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