NinePatch.Height Property

Definition

Returns the intrinsic height, in pixels, of this NinePatch.

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

Property Value

Attributes

Remarks

Returns the intrinsic height, in pixels, of this NinePatch. This is equivalent to querying the height of the underlying bitmap returned by #getBitmap().

Java documentation for android.graphics.NinePatch.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