DisplayMetrics.DensityTv Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.
This is a secondary density, added for some common screen configurations.
[Android.Runtime.Register("DENSITY_TV")]
[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 DensityTv = 213;
[<Android.Runtime.Register("DENSITY_TV")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)>]
val mutable DensityTv : Android.Util.DisplayMetricsDensity
Field Value
- Attributes
Remarks
Java documentation for android.util.DisplayMetrics.DENSITY_TV.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.