Language

FormWidgetInfo.FontSize Property

Definition

Returns the font size in pixels for text input, or 0 for text inputs without a specified font size and widgets that are not text inputs.

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

Property Value

The text-input font size in pixels, or 0 when no size is specified or the widget is not a text input.

Attributes

Remarks

Returns the font size in pixels for text input, or 0 for text inputs without a specified font size and widgets that are not text inputs.

Java documentation for FormWidgetInfo.

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