Lenguaje

GridLayout.Vertical Campo

Definición

Precaución

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

Orientación vertical.

[Android.Runtime.Register("VERTICAL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Widget.GridOrientation enum directly instead of this field.", true)]
public const Android.Widget.GridOrientation Vertical = 1;
[<Android.Runtime.Register("VERTICAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Widget.GridOrientation enum directly instead of this field.", true)>]
val mutable Vertical : Android.Widget.GridOrientation

Valor de campo

Value = 1
Atributos

Comentarios

Orientación vertical.

Java documentación para android.widget.GridLayout.VERTICAL.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a