Android.Widget.TextView.SetLineSpacing Method
Sets line spacing for this TextView.

Syntax

[Android.Runtime.Register("setLineSpacing", "(FF)V", "GetSetLineSpacing_FFHandler")]
public virtual void SetLineSpacing (float add, float mult)

Parameters

add
Documentation for this section has not yet been entered.
mult
Documentation for this section has not yet been entered.

Remarks

Sets line spacing for this TextView. Each line will have its height multiplied by mult and have add added to it.

[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