共用方式為


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_
屬性

備註

這個常數是 #setLayoutMode(int) layoutMode。 光學界限描述小工具似乎的位置。 它們位於剪輯界限內,需要覆蓋較大的區域,以允許繪製其他效果,例如陰影和光暈。

android.view.ViewGroup.LAYOUT_MODE_OPTICAL_BOUNDSJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於