Display.Height Property

Definition

Caution

deprecated

Gets the height of this display in pixels.

[System.Obsolete("deprecated")]
public virtual int Height { [Android.Runtime.Register("getHeight", "()I", "GetGetHeightHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getHeight", "()I", "GetGetHeightHandler")>]
member this.Height : int

Property Value

Attributes

Remarks

This member is deprecated. Use WindowMetrics#getBounds().height() instead.

Java documentation for android.view.Display.getHeight().

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