Android.Graphics.NinePatch.Width Property
Returns the intrinsic width, in pixels, of this NinePatch.

Syntax

[get: Android.Runtime.Register("getWidth", "()I", "GetGetWidthHandler")]
public virtual int Width { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the intrinsic width, in pixels, of this NinePatch. This is equivalent to querying the width 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