Android.Widget.TextView.SetLines Method
Makes the TextView exactly this many lines tall.

Syntax

[Android.Runtime.Register("setLines", "(I)V", "GetSetLines_IHandler")]
public virtual void SetLines (int lines)

Parameters

lines
Documentation for this section has not yet been entered.

Remarks

Makes the TextView exactly this many lines tall. Note that setting this value overrides any other (minimum / maximum) number of lines or height setting. A single line TextView will set this value to 1.

[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