Android.Widget.GridLayout.InvokeSpec Method
Equivalent to: spec(start, 1, default_alignment, weight) - where default_alignment is specified in NoType:android/widget/GridLayout$LayoutParams;Href=../../../reference/android/widget/GridLayout.LayoutParams.html.

Syntax

[Android.Runtime.Register("spec", "(IIF)Landroid/widget/GridLayout$Spec;", "")]
public static GridLayout.Spec InvokeSpec (int start, int size, float weight)

Parameters

start
the start
size
the size
weight
the weight

Returns

Documentation for this section has not yet been entered.

Remarks

Equivalent to: spec(start, 1, default_alignment, weight) - where default_alignment is specified in NoType:android/widget/GridLayout$LayoutParams;Href=../../../reference/android/widget/GridLayout.LayoutParams.html.

[Android Documentation]

Requirements

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