Android.Views.View.SuggestedMinimumHeight Property
Returns the suggested minimum height that the view should use.

Syntax

[get: Android.Runtime.Register("getSuggestedMinimumHeight", "()I", "GetGetSuggestedMinimumHeightHandler")]
protected virtual int SuggestedMinimumHeight { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the suggested minimum height that the view should use. This returns the maximum of the view's minimum height and the background's minimum height (Android.Graphics.Drawables.Drawable.MinimumHeight).

When being used in View.OnMeasure(int, System.Int32), the caller should still ensure the returned height is within the requirements of the parent.

[Android Documentation]

Requirements

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