Android.Widget.TextView.SetMaxHeight Method
Makes the TextView at most this many pixels tall.

Syntax

[Android.Runtime.Register("setMaxHeight", "(I)V", "GetSetMaxHeight_IHandler")]
public virtual void SetMaxHeight (int maxHeight)

Parameters

maxHeight
Documentation for this section has not yet been entered.

Remarks

Makes the TextView at most this many pixels tall. This option is mutually exclusive with the TextView.SetMaxLines(int) method. Setting this value overrides any other (maximum) 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