GridLayout.AlignBounds フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Widget.GridAlign enum directly instead of this field.

この定数は #setAlignmentMode(int) alignmentModeです。

[Android.Runtime.Register("ALIGN_BOUNDS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Widget.GridAlign enum directly instead of this field.", true)]
public const Android.Widget.GridAlign AlignBounds = 0;
[<Android.Runtime.Register("ALIGN_BOUNDS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Widget.GridAlign enum directly instead of this field.", true)>]
val mutable AlignBounds : Android.Widget.GridAlign

フィールド値

Value = 0
属性

注釈

この定数は #setAlignmentMode(int) alignmentModeです。 alignmentMode#ALIGN_BOUNDSに設定されている場合、各コンポーネントの未加工のビュー境界のエッジ間(つまり、コンポーネントで区切られた領域)、android.view.View#getTop() topandroid.view.View#getLeft() leftandroid.view.View#getBottom() bottom、およびandroid.view.View#getRight() rightプロパティの間に配置されます。

たとえば、 GridLayout#ALIGN_BOUNDS モードの場合、配置 #TOP 使用する行グループに属する子は、 android.view.View#getTop() メソッドが呼び出されたときにすべて同じ値を返します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

こちらもご覧ください