Android.Views.ViewGroup.LayoutMode Property
Returns the basis of alignment during layout operations on this ViewGroup: either ViewGroup.LayoutModeClipBounds or ViewGroup.LayoutModeOpticalBounds.

Syntax

[get: Android.Runtime.Register("getLayoutMode", "()I", "GetGetLayoutModeHandler")]
[set: Android.Runtime.Register("setLayoutMode", "(I)V", "GetSetLayoutMode_IHandler")]
public virtual ViewLayoutMode LayoutMode { get; set; }

See Also

ViewGroup.LayoutMode
ViewGroup.LayoutMode

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the basis of alignment during layout operations on this ViewGroup: either ViewGroup.LayoutModeClipBounds or ViewGroup.LayoutModeOpticalBounds. If no layoutMode was explicitly set, either programmatically or in an XML resource, the method returns the layoutMode of the view's parent ViewGroup if such a parent exists, otherwise the method returns a default value of ViewGroup.LayoutModeClipBounds.

Set method documentation [Android Documentation]

Sets the basis of alignment during the layout of this ViewGroup. Valid values are either ViewGroup.LayoutModeClipBounds or ViewGroup.LayoutModeOpticalBounds.

Requirements

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