Android.Widget.TextView.SetIncludeFontPadding Method
Set whether the TextView includes extra top and bottom padding to make room for accents that go above the normal ascent and descent.

Syntax

[Android.Runtime.Register("setIncludeFontPadding", "(Z)V", "GetSetIncludeFontPadding_ZHandler")]
public virtual void SetIncludeFontPadding (bool includepad)

See Also

TextView.IncludeFontPadding

Parameters

includepad
Documentation for this section has not yet been entered.

Remarks

Set whether the TextView includes extra top and bottom padding to make room for accents that go above the normal ascent and descent. The default is true.

[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