Show / Hide Table of Contents

    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()
    Namespace: Tizen.UIExtensions.Common
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public static class DeviceInfo

    Properties

    DeviceType

    Declaration
    public static DeviceType DeviceType { get; }
    Property Value
    Type Description
    DeviceType

    DisplayResolutionUnit

    Declaration
    public static DisplayResolutionUnit DisplayResolutionUnit { get; set; }
    Property Value
    Type Description
    DisplayResolutionUnit

    DPI

    Declaration
    public static int DPI { get; }
    Property Value
    Type Description
    System.Int32

    DPScreenSize

    Declaration
    public static Size DPScreenSize { get; }
    Property Value
    Type Description
    Size

    PhysicalScale

    Declaration
    public static double PhysicalScale { get; }
    Property Value
    Type Description
    System.Double

    PixelScreenSize

    Declaration
    public static Size PixelScreenSize { get; }
    Property Value
    Type Description
    Size

    Profile

    Declaration
    public static string Profile { get; }
    Property Value
    Type Description
    System.String

    ScaledDPScreenSize

    Declaration
    public static Size ScaledDPScreenSize { get; }
    Property Value
    Type Description
    Size

    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
    Back to top Copyright © 2021 Samsung
    Generated by DocFX