DisplayMetrics.Density260 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.

Intermediate density for screens that sit between #DENSITY_HIGH (240dpi) and #DENSITY_XHIGH (320dpi).

[Android.Runtime.Register("DENSITY_260", ApiSince=25)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)]
public const Android.Util.DisplayMetricsDensity Density260 = 260;
[<Android.Runtime.Register("DENSITY_260", ApiSince=25)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)>]
val mutable Density260 : Android.Util.DisplayMetricsDensity

Field Value

DisplayMetricsDensity
Attributes

Remarks

Java documentation for android.util.DisplayMetrics.DENSITY_260.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to