Android.Graphics.Drawables.Drawable.MinimumHeight Property
Returns the minimum height suggested by this Drawable.

Syntax

[get: Android.Runtime.Register("getMinimumHeight", "()I", "GetGetMinimumHeightHandler")]
public virtual int MinimumHeight { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the minimum height suggested by this Drawable. If a View uses this Drawable as a background, it is suggested that the View use at least this value for its height. (There will be some scenarios where this will not be possible.) This value should INCLUDE any padding.

[Android Documentation]

Requirements

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