Android.Graphics.Paint.ElegantTextHeight Property
Get the elegant metrics flag.

Syntax

[get: Android.Runtime.Register("isElegantTextHeight", "()Z", "GetIsElegantTextHeightHandler")]
[set: Android.Runtime.Register("setElegantTextHeight", "(Z)V", "GetSetElegantTextHeight_ZHandler")]
public virtual bool ElegantTextHeight { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the elegant metrics flag.

Set method documentation [Android Documentation]

Set the paint'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.

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1