Android.Widget.RemoteViews.SetTextViewTextSize Method
Equivalent to calling TextView.SetTextSize(Android.Util.ComplexUnitType, System.Single)

Syntax

[Android.Runtime.Register("setTextViewTextSize", "(IIF)V", "GetSetTextViewTextSize_IIFHandler")]
public virtual void SetTextViewTextSize (int viewId, int units, float size)

Parameters

viewId
The id of the view whose text size should change
units
The units of size (e.g. COMPLEX_UNIT_SP)
size
The size of the text

Remarks

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16