Android.Widget.GridLayout.AlignmentMode Property
Returns the alignment mode.

Syntax

[get: Android.Runtime.Register("getAlignmentMode", "()I", "GetGetAlignmentModeHandler")]
[set: Android.Runtime.Register("setAlignmentMode", "(I)V", "GetSetAlignmentMode_IHandler")]
public virtual GridAlign AlignmentMode { get; set; }

See Also

GridLayout.AlignBounds
GridLayout.AlignMargins
GridLayout.AlignmentMode
GridLayout.AlignBounds
GridLayout.AlignMargins
GridLayout.AlignmentMode

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the alignment mode.

Set method documentation [Android Documentation]

Sets the alignment mode to be used for all of the alignments between the children of this container. The default value of this property is GridLayout.AlignMargins.

Requirements

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