NumberPicker.TextSize Property

Definition

Sets the text size to the given value.

public virtual float TextSize { [Android.Runtime.Register("getTextSize", "()F", "GetGetTextSizeHandler", ApiSince=29)] get; [Android.Runtime.Register("setTextSize", "(F)V", "GetSetTextSize_FHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getTextSize", "()F", "GetGetTextSizeHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setTextSize", "(F)V", "GetSetTextSize_FHandler", ApiSince=29)>]
member this.TextSize : single with get, set

Property Value

the size (in pixels) of the text size in this NumberPicker.

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.NumberPicker.getTextSize().

Property setter documentation:

Sets the text size to the given value. This value must be > 0

Java documentation for android.widget.NumberPicker.setTextSize(float).

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