Android.Resource.Attribute.LayoutColumn Field
The index of the column in which this child should be.

Value: 16843084

Syntax

[Android.Runtime.Register("layout_column")]
public const int LayoutColumn

Remarks

The index of the column in which this child should be.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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