Compartir a través de


Configuration.ScreenHeightDpUndefined Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Content.Res.Screen enum directly instead of this field.

Valor predeterminado para #screenHeightDp indicar que no se ha especificado ningún ancho.

[Android.Runtime.Register("SCREEN_HEIGHT_DP_UNDEFINED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.Res.Screen enum directly instead of this field.", true)]
public const Android.Content.Res.Screen ScreenHeightDpUndefined = 0;
[<Android.Runtime.Register("SCREEN_HEIGHT_DP_UNDEFINED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.Res.Screen enum directly instead of this field.", true)>]
val mutable ScreenHeightDpUndefined : Android.Content.Res.Screen

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Valor predeterminado para #screenHeightDp indicar que no se ha especificado ningún ancho.

Documentación de Java para android.content.res.Configuration.SCREEN_HEIGHT_DP_UNDEFINED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a