Android.Widget.TextView.SetMinHeight Method
Makes the TextView at least this many pixels tall.

Syntax

[Android.Runtime.Register("setMinHeight", "(I)V", "GetSetMinHeight_IHandler")]
public virtual void SetMinHeight (int minHeight)

Parameters

minHeight
Documentation for this section has not yet been entered.

Remarks

Makes the TextView at least this many pixels tall. Setting this value overrides any other (minimum) number of lines setting.

[Android Documentation]

Requirements

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