DisplayMetrics.Density360 フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.
#DENSITY_XHIGH (320 dpi) と #DENSITY_XXHIGH (480 dpi) の間のどこかにある画面の中間密度。
[Android.Runtime.Register("DENSITY_360", ApiSince=23)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)]
public const Android.Util.DisplayMetricsDensity Density360 = 360;
[<Android.Runtime.Register("DENSITY_360", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)>]
val mutable Density360 : Android.Util.DisplayMetricsDensity
フィールド値
Value = 360- 属性
注釈
#DENSITY_XHIGH (320 dpi) と #DENSITY_XXHIGH (480 dpi) の間のどこかにある画面の中間密度。 これは、アプリケーションがターゲットとする密度ではなく、システムに依存して #DENSITY_XXHIGH 資産をスケーリングします。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。