Share via


TextAppearanceInfo.TextSize Property

Definition

Returns the text size (in pixels) for current editor.

public float TextSize { [Android.Runtime.Register("getTextSize", "()F", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getTextSize", "()F", "", ApiSince=34)>]
member this.TextSize : single

Property Value

Attributes

Remarks

Returns the text size (in pixels) for current editor.

Java documentation for android.view.inputmethod.TextAppearanceInfo.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