Android.Util.DisplayMetrics.Density400 Field
Intermediate density for screens that sit somewhere between DisplayMetrics.DensityXhigh (320 dpi) and DisplayMetrics.DensityXxhigh (480 dpi).

Value: 400

Syntax

[Android.Runtime.Register("DENSITY_400")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.")]
public const DisplayMetricsDensity Density400

Remarks

Intermediate density for screens that sit somewhere between DisplayMetrics.DensityXhigh (320 dpi) and DisplayMetrics.DensityXxhigh (480 dpi). This is not a density that applications should target, instead relying on the system to scale their DisplayMetrics.DensityXxhigh assets for them.

[Android Documentation]

Requirements

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