Freigeben über


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_Landroid_view_View_Landroid_view_View_ Android.Views.IViewParent.cb_onDescendantInvalidated_Landroid_view_View_Landroid_view_View_
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 vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: