Android.Graphics.NinePatch.Height Property
Returns the intrinsic height, in pixels, of this NinePatch.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

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