Langue

AccessibilityNodeInfo.ExtraRenderingInfo.Builder.SetTextSizeInPx Method

Definition

Sets text size of the view.

[Android.Runtime.Register("setTextSizeInPx", "(F)Landroid/view/accessibility/AccessibilityNodeInfo$ExtraRenderingInfo$Builder;", "", ApiSince=37)]
public Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo.Builder SetTextSizeInPx(float textSizeInPx);
[<Android.Runtime.Register("setTextSizeInPx", "(F)Landroid/view/accessibility/AccessibilityNodeInfo$ExtraRenderingInfo$Builder;", "", ApiSince=37)>]
member this.SetTextSizeInPx : single -> Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo.Builder

Parameters

textSizeInPx
Single

The text size in pixels.

Returns

This builder. This value cannot be null.

Attributes

Remarks

Sets text size of the view.

Android reference for android.view.accessibility.AccessibilityNodeInfo.ExtraRenderingInfo.Builder.setTextSizeInPx.

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