Documentation for this section has not yet been entered.
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.