Android.Util.DisplayMetrics.DensityXxxhigh Field
Standard quantized DPI for extra-extra-extra-high-density screens.

Value: 640

Syntax

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

Remarks

Standard quantized DPI for extra-extra-extra-high-density screens. Applications should not generally worry about this density; relying on XHIGH graphics being scaled up to it should be sufficient for almost all cases. A typical use of this density would be 4K television screens -- 3840x2160, which is 2x a traditional HD 1920x1080 screen which runs at DENSITY_XHIGH.

[Android Documentation]

Requirements

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