Condividi tramite


ViewGroup.LayoutModeClipBounds Campo

Definizione

Attenzione

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

Questa costante è un oggetto #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

Valore del campo

Value = 0

Implementazioni

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_
Attributi

Commenti

Questa costante è un oggetto #setLayoutMode(int) layoutMode. I limiti di clip sono i valori non elaborati di #getLeft() left, #getTop() top#getRight() right e #getBottom() bottom.

Documentazione java per android.view.ViewGroup.LAYOUT_MODE_CLIP_BOUNDS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a