Android.Views.View.SuggestedMinimumWidth Property
Returns the suggested minimum width that the view should use.

Syntax

[get: Android.Runtime.Register("getSuggestedMinimumWidth", "()I", "GetGetSuggestedMinimumWidthHandler")]
protected virtual int SuggestedMinimumWidth { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

When being used in View.OnMeasure(int, System.Int32), the caller should still ensure the returned width 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