Android.Util.DisplayMetrics.DensityDpi Property
The screen density expressed as dots-per-inch.

Syntax

[Android.Runtime.Register("densityDpi")]
public DisplayMetricsDensity DensityDpi { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The screen density expressed as dots-per-inch. May be either DisplayMetrics.DensityLow, DisplayMetrics.DensityMedium, or DisplayMetrics.DensityHigh.

[Android Documentation]

Requirements

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