GridLayout.AlignBounds フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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() top、android.view.View#getLeft() left、android.view.View#getBottom() bottom、およびandroid.view.View#getRight() rightプロパティの間に配置されます。
たとえば、 GridLayout が #ALIGN_BOUNDS モードの場合、配置 #TOP 使用する行グループに属する子は、 android.view.View#getTop() メソッドが呼び出されたときにすべて同じ値を返します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。