GridLayout.InvokeSpec Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InvokeSpec(Int32, Int32, GridLayout+Alignment, Single) |
Return a Spec, |
InvokeSpec(Int32, Int32, Single) |
Return a Spec, |
InvokeSpec(Int32, Int32, GridLayout+Alignment) |
Return a Spec, |
InvokeSpec(Int32, GridLayout+Alignment, Single) |
Return a Spec, |
InvokeSpec(Int32, Int32) |
Return a Spec, |
InvokeSpec(Int32, GridLayout+Alignment) |
Return a Spec, |
InvokeSpec(Int32) |
Return a Spec, |
InvokeSpec(Int32, Single) |
Return a Spec, |
InvokeSpec(Int32, Int32, GridLayout+Alignment, Single)
Return a Spec, spec
, where:
<ul>
<li> spec.span = [start, start + 1]
</li>
</ul>
[Android.Runtime.Register("spec", "(IILandroid/widget/GridLayout$Alignment;F)Landroid/widget/GridLayout$Spec;", "")]
public static Android.Widget.GridLayout.Spec? InvokeSpec (int start, int size, Android.Widget.GridLayout.Alignment? alignment, float weight);
[<Android.Runtime.Register("spec", "(IILandroid/widget/GridLayout$Alignment;F)Landroid/widget/GridLayout$Spec;", "")>]
static member InvokeSpec : int * int * Android.Widget.GridLayout.Alignment * single -> Android.Widget.GridLayout.Spec
Parameters
- start
- Int32
the start index
- size
- Int32
the size
- alignment
- GridLayout.Alignment
the alignment
- weight
- Single
the weight
Returns
- Attributes
Remarks
Java documentation for android.widget.GridLayout.spec(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
InvokeSpec(Int32, Int32, Single)
Return a Spec, spec
, where:
<ul>
<li> spec.span = [start, start + 1]
</li>
</ul>
[Android.Runtime.Register("spec", "(IIF)Landroid/widget/GridLayout$Spec;", "")]
public static Android.Widget.GridLayout.Spec? InvokeSpec (int start, int size, float weight);
[<Android.Runtime.Register("spec", "(IIF)Landroid/widget/GridLayout$Spec;", "")>]
static member InvokeSpec : int * int * single -> Android.Widget.GridLayout.Spec
Parameters
- start
- Int32
the start index
- size
- Int32
the size
- weight
- Single
the weight
Returns
- Attributes
Remarks
Java documentation for android.widget.GridLayout.spec(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
InvokeSpec(Int32, Int32, GridLayout+Alignment)
Return a Spec, spec
, where:
<ul>
<li> spec.span = [start, start + 1]
</li>
</ul>
[Android.Runtime.Register("spec", "(IILandroid/widget/GridLayout$Alignment;)Landroid/widget/GridLayout$Spec;", "")]
public static Android.Widget.GridLayout.Spec? InvokeSpec (int start, int size, Android.Widget.GridLayout.Alignment? alignment);
[<Android.Runtime.Register("spec", "(IILandroid/widget/GridLayout$Alignment;)Landroid/widget/GridLayout$Spec;", "")>]
static member InvokeSpec : int * int * Android.Widget.GridLayout.Alignment -> Android.Widget.GridLayout.Spec
Parameters
- start
- Int32
the start index
- size
- Int32
the size
- alignment
- GridLayout.Alignment
the alignment
Returns
- Attributes
Remarks
Java documentation for android.widget.GridLayout.spec(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
InvokeSpec(Int32, GridLayout+Alignment, Single)
Return a Spec, spec
, where:
<ul>
<li> spec.span = [start, start + 1]
</li>
</ul>
[Android.Runtime.Register("spec", "(ILandroid/widget/GridLayout$Alignment;F)Landroid/widget/GridLayout$Spec;", "")]
public static Android.Widget.GridLayout.Spec? InvokeSpec (int start, Android.Widget.GridLayout.Alignment? alignment, float weight);
[<Android.Runtime.Register("spec", "(ILandroid/widget/GridLayout$Alignment;F)Landroid/widget/GridLayout$Spec;", "")>]
static member InvokeSpec : int * Android.Widget.GridLayout.Alignment * single -> Android.Widget.GridLayout.Spec
Parameters
- start
- Int32
the start index
- alignment
- GridLayout.Alignment
the alignment
- weight
- Single
the weight
Returns
- Attributes
Remarks
Java documentation for android.widget.GridLayout.spec(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
InvokeSpec(Int32, Int32)
Return a Spec, spec
, where:
<ul>
<li> spec.span = [start, start + 1]
</li>
</ul>
[Android.Runtime.Register("spec", "(II)Landroid/widget/GridLayout$Spec;", "")]
public static Android.Widget.GridLayout.Spec? InvokeSpec (int start, int size);
[<Android.Runtime.Register("spec", "(II)Landroid/widget/GridLayout$Spec;", "")>]
static member InvokeSpec : int * int -> Android.Widget.GridLayout.Spec
Parameters
- start
- Int32
the start index
- size
- Int32
the size
Returns
- Attributes
Remarks
Java documentation for android.widget.GridLayout.spec(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
See also
- <xref:Android.Widget.GridLayout.InvokeSpec(System.Int32%2c+.Alignment)>
Applies to
InvokeSpec(Int32, GridLayout+Alignment)
Return a Spec, spec
, where:
<ul>
<li> spec.span = [start, start + 1]
</li>
</ul>
[Android.Runtime.Register("spec", "(ILandroid/widget/GridLayout$Alignment;)Landroid/widget/GridLayout$Spec;", "")]
public static Android.Widget.GridLayout.Spec? InvokeSpec (int start, Android.Widget.GridLayout.Alignment? alignment);
[<Android.Runtime.Register("spec", "(ILandroid/widget/GridLayout$Alignment;)Landroid/widget/GridLayout$Spec;", "")>]
static member InvokeSpec : int * Android.Widget.GridLayout.Alignment -> Android.Widget.GridLayout.Spec
Parameters
- start
- Int32
the start index
- alignment
- GridLayout.Alignment
the alignment
Returns
- Attributes
Remarks
Java documentation for android.widget.GridLayout.spec(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
See also
- <xref:Android.Widget.GridLayout.InvokeSpec(System.Int32%2c+System.Int32%2c+System.Int32)>
Applies to
InvokeSpec(Int32)
Return a Spec, spec
, where:
<ul>
<li> spec.span = [start, start + 1]
</li>
</ul>
[Android.Runtime.Register("spec", "(I)Landroid/widget/GridLayout$Spec;", "")]
public static Android.Widget.GridLayout.Spec? InvokeSpec (int start);
[<Android.Runtime.Register("spec", "(I)Landroid/widget/GridLayout$Spec;", "")>]
static member InvokeSpec : int -> Android.Widget.GridLayout.Spec
Parameters
- start
- Int32
the start index
Returns
- Attributes
Remarks
Java documentation for android.widget.GridLayout.spec(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
See also
- <xref:Android.Widget.GridLayout.InvokeSpec(System.Int32%2c+System.Int32)>
Applies to
InvokeSpec(Int32, Single)
Return a Spec, spec
, where:
<ul>
<li> spec.span = [start, start + 1]
</li>
</ul>
[Android.Runtime.Register("spec", "(IF)Landroid/widget/GridLayout$Spec;", "")]
public static Android.Widget.GridLayout.Spec? InvokeSpec (int start, float weight);
[<Android.Runtime.Register("spec", "(IF)Landroid/widget/GridLayout$Spec;", "")>]
static member InvokeSpec : int * single -> Android.Widget.GridLayout.Spec
Parameters
- start
- Int32
the start index
- weight
- Single
the weight
Returns
- Attributes
Remarks
Java documentation for android.widget.GridLayout.spec(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.