FrameLayout.SetMeasureAllChildren(Boolean) Metodo

Definizione

Imposta se considerare tutti gli elementi figlio o solo quelli nello stato VISIBLE o INVISIBLE durante la misurazione.

[Android.Runtime.Register("setMeasureAllChildren", "(Z)V", "GetSetMeasureAllChildren_ZHandler")]
public virtual void SetMeasureAllChildren(bool measureAll);
[<Android.Runtime.Register("setMeasureAllChildren", "(Z)V", "GetSetMeasureAllChildren_ZHandler")>]
abstract member SetMeasureAllChildren : bool -> unit
override this.SetMeasureAllChildren : bool -> unit

Parametri

measureAll
Boolean

true per considerare gli elementi figlio contrassegnati come GONE, false in caso contrario. Il valore predefinito è false.

Attributi

Commenti

Imposta se considerare tutti gli elementi figlio o solo quelli nello stato VISIBLE o INVISIBLE durante la misurazione. Il valore predefinito è falso.

per android.widget.FrameLayout.setMeasureAllChildren(boolean).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a