Android.Views.ViewGroup.LayoutModeOpticalBounds Field
This constant is a ViewGroup.LayoutMode.

Value: 1

Syntax

[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 ViewLayoutMode LayoutModeOpticalBounds

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.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18