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 intWrapContent
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.