Android.Widget.TextView.SetElegantTextHeight Method
Set the TextView's elegant height metrics flag.

Syntax

[Android.Runtime.Register("setElegantTextHeight", "(Z)V", "GetSetElegantTextHeight_ZHandler")]
public virtual void SetElegantTextHeight (bool elegant)

Parameters

elegant
set the paint's elegant metrics flag.

Remarks

Set the TextView's elegant height metrics flag. This setting selects font variants that have not been compacted to fit Latin-based vertical metrics, and also increases top and bottom bounds to provide more space.

[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