DisplayMetrics.DensityDefault フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.

システム全体で使用される参照密度。

[Android.Runtime.Register("DENSITY_DEFAULT")]
[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 DensityDefault = 160;
[<Android.Runtime.Register("DENSITY_DEFAULT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)>]
val mutable DensityDefault : Android.Util.DisplayMetricsDensity

フィールド値

Value = 160
属性

注釈

システム全体で使用される参照密度。

の Java ドキュメント android.util.DisplayMetrics.DENSITY_DEFAULT

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

適用対象