DisplayMetrics.Ydpi Property

Definition

The exact physical pixels per inch of the screen in the Y dimension.

[Android.Runtime.Register("ydpi")]
public float Ydpi { get; set; }
[<Android.Runtime.Register("ydpi")>]
member this.Ydpi : single with get, set

Property Value

Attributes

Remarks

The exact physical pixels per inch of the screen in the Y dimension.

Java documentation for android.util.DisplayMetrics.ydpi.

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