Sprache

ViewGroup.LayoutModeClipBounds Feld

Definition

Achtung

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

Diese Konstante ist eine #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

Feldwert

Value = 0

Implementiert

Android.Views.IViewParent._members 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 Android.Views.IViewParent.cb_requestChildRectangleOnScreen_RequestChildRectangleOnScreen_Landroid_view_View_Landroid_graphics_Rect_ZI_Z
Attribute

Hinweise

Diese Konstante ist eine #setLayoutMode(int) layoutMode. Clip bounds are the raw values of #getLeft() left, , #getTop() top, #getRight() right and #getBottom() bottom.

Java Dokumentation für android.view.ViewGroup.LAYOUT_MODE_CLIP_BOUNDS.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: