Class DeviceInfo
Inheritance
System.Object
DeviceInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public static class DeviceInfo
Properties
DeviceType
Declaration
public static DeviceType DeviceType { get; }
Property Value
DisplayResolutionUnit
Declaration
public static DisplayResolutionUnit DisplayResolutionUnit { get; set; }
Property Value
DPI
Declaration
public static int DPI { get; }
Property Value
Type |
Description |
System.Int32 |
|
DPScreenSize
Declaration
public static Size DPScreenSize { get; }
Property Value
PhysicalScale
Declaration
public static double PhysicalScale { get; }
Property Value
Type |
Description |
System.Double |
|
PixelScreenSize
Declaration
public static Size PixelScreenSize { get; }
Property Value
Profile
Declaration
public static string Profile { get; }
Property Value
Type |
Description |
System.String |
|
ScaledDPScreenSize
Declaration
public static Size ScaledDPScreenSize { get; }
Property Value
ScalingFactor
Declaration
public static double ScalingFactor { get; }
Property Value
Type |
Description |
System.Double |
|
ScreenHeight
Declaration
public static int ScreenHeight { get; }
Property Value
Type |
Description |
System.Int32 |
|
ScreenWidth
Declaration
public static int ScreenWidth { get; }
Property Value
Type |
Description |
System.Int32 |
|
ViewPortWidth
Declaration
public static double ViewPortWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|