Android.Views.ViewGroup.LayoutParams.WrapContent Field
Special value for the height or width requested by a View.

Value: -2

Syntax

[Android.Runtime.Register("WRAP_CONTENT")]
public const int WrapContent

Remarks

Special value for the height or width requested by a View. WRAP_CONTENT means that the view wants to be just large enough to fit its own internal content, taking its own padding into account.

[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