Configuration.ScreenWidthDpUndefined フィールド

定義

注意事項

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

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

[Android.Runtime.Register("SCREEN_WIDTH_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 ScreenWidthDpUndefined = 0;
[<Android.Runtime.Register("SCREEN_WIDTH_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 ScreenWidthDpUndefined : Android.Content.Res.Screen

フィールド値

Value = 0

実装

属性

注釈

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

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

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象