Compartilhar via


Configuration.ScreenHeightDpUndefined Campo

Definição

Cuidado

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

Valor padrão para #screenHeightDp indicar que nenhuma largura foi especificada.

[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 do campo

Value = 0

Implementações

Atributos

Comentários

Valor padrão para #screenHeightDp indicar que nenhuma largura foi especificada.

Documentação Java para android.content.res.Configuration.SCREEN_HEIGHT_DP_UNDEFINED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a