共用方式為


ViewGroup.LayoutModeClipBounds 欄位

定義

警告

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_CLIP_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 LayoutModeClipBounds = 0;
[<Android.Runtime.Register("LAYOUT_MODE_CLIP_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 LayoutModeClipBounds : Android.Views.ViewLayoutMode

欄位值

Value = 0

實作

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。 剪輯界限是、 #getTop() top#getRight() right#getBottom() bottom的原始值#getLeft() left

android.view.ViewGroup.LAYOUT_MODE_CLIP_BOUNDSJava 檔。

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

適用於