ExpandableListView.SetChildIndicatorBounds(Int32, Int32) Metodo

Definizione

Imposta i limiti del disegno per l'indicatore figlio.

[Android.Runtime.Register("setChildIndicatorBounds", "(II)V", "GetSetChildIndicatorBounds_IIHandler")]
public virtual void SetChildIndicatorBounds(int left, int right);
[<Android.Runtime.Register("setChildIndicatorBounds", "(II)V", "GetSetChildIndicatorBounds_IIHandler")>]
abstract member SetChildIndicatorBounds : int * int -> unit
override this.SetChildIndicatorBounds : int * int -> unit

Parametri

left
Int32

Posizione sinistra (rispetto ai limiti sinistro di questa visualizzazione) per iniziare a disegnare l'indicatore.

right
Int32

Posizione destra (rispetto ai limiti sinistro di questa visualizzazione) per terminare il disegno dell'indicatore.

Attributi

Commenti

Imposta i limiti del disegno per l'indicatore figlio. Per entrambi, è possibile specificare #CHILD_INDICATOR_INHERIT di usare l'ereditarietà dai limiti dell'indicatore generale.

per android.widget.ExpandableListView.setChildIndicatorBounds(int, int).

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

Vedi anche

  • <xref:Android.Widget.ExpandableListView.SetIndicatorBounds(System.Int32%2c+System.Int32)>