[Android.Runtime.Register("LAYOUT_MODE_OPTICAL_BOUNDS")] [System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewLayoutMode enum directly instead of this field.")] public const ViewLayoutModeLayoutModeOpticalBounds
Remarks
This constant is a ViewGroup.LayoutMode.
Optical bounds describe where a widget appears to be. They sit inside the clip
bounds which need to cover a larger area to allow other effects,
such as shadows and glows, to be drawn.