ViewGroup.LayoutModeOpticalBounds フィールド

定義

注意事項

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

この定数は #setLayoutMode(int) layoutModeです。

[Android.Runtime.Register("LAYOUT_MODE_OPTICAL_BOUNDS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewLayoutMode enum directly instead of this field.", true)]
public const Android.Views.ViewLayoutMode LayoutModeOpticalBounds = 1;
[<Android.Runtime.Register("LAYOUT_MODE_OPTICAL_BOUNDS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewLayoutMode enum directly instead of this field.", true)>]
val mutable LayoutModeOpticalBounds : Android.Views.ViewLayoutMode

フィールド値

Value = 1

実装

Android.Views.IViewParent._members Android.Views.IViewParent.cb_findOnBackInvokedDispatcherForChild_Landroid_view_View_Landroid_view_View_ Android.Views.IViewParent.cb_onDescendantInvalidated_Landroid_view_View_Landroid_view_View_ Android.Views.IViewParent.cb_findOnBackInvokedDispatcherForChild_FindOnBackInvokedDispatcherForChild_Landroid_view_View_Landroid_view_View__Landroid_window_OnBackInvokedDispatcher_ Android.Views.IViewParent.cb_onDescendantInvalidated_OnDescendantInvalidated_Landroid_view_View_Landroid_view_View__V
属性

注釈

この定数は #setLayoutMode(int) layoutModeです。 光学式境界は、ウィジェットが表示される場所を表します。 これらは、影や光彩などの他の効果を描画できるように、より大きな領域をカバーする必要があるクリップ境界内に配置されます。

Javaドキュメント。

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

適用対象