Share via


ConsoleRenderer.CurrentDpi Property

 

Gets the current dots per inch (dpi) value of the screen.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public static int CurrentDpi { get; }
public:
property int CurrentDpi {
    static int get();
}
Public Shared ReadOnly Property CurrentDpi As Integer

Property Value

Type: System.Int32

An System.Int32.

See Also

DpiRatio
StandardDpi
ConsoleRenderer Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top