次の方法で共有


Configuration.ScreenHeightDpUndefined フィールド

定義

注意事項

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

幅が指定されていないことを示す既定値 #screenHeightDp

[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

フィールド値

Value = 0

実装

属性

注釈

幅が指定されていないことを示す既定値 #screenHeightDp

の Java ドキュメントandroid.content.res.Configuration.SCREEN_HEIGHT_DP_UNDEFINED

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象