LinearLayout.Orientation Proprietà

Definizione

Restituisce l'orientamento corrente. -oppure- Il layout deve essere una colonna o una riga.

public virtual Android.Widget.Orientation Orientation { [Android.Runtime.Register("getOrientation", "()I", "GetGetOrientationHandler")] get; [Android.Runtime.Register("setOrientation", "(I)V", "GetSetOrientation_IHandler")] set; }
[<get: Android.Runtime.Register("getOrientation", "()I", "GetGetOrientationHandler")>]
[<set: Android.Runtime.Register("setOrientation", "(I)V", "GetSetOrientation_IHandler")>]
member this.Orientation : Android.Widget.Orientation with get, set

Valore della proprietà

o #HORIZONTAL o #VERTICAL

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce l'orientamento corrente.

per android.widget.LinearLayout.getOrientation().

Documentazione del setter delle proprietà:

Il layout deve essere una colonna o una riga.

per android.widget.LinearLayout.setOrientation(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