Class Display
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions.SystemEnvironment
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents a display available to the front end platform.
[ExcludeFromCodeCoverage]
public static class Display
- Inheritance
-
Display
- Inherited Members
Properties
ColorDepth
Gets the display color depth.
public static int ColorDepth { get; }
Property Value
Height
Gets the display height.
public static int Height { get; }
Property Value
PixelRatio
Gets the display pixel ratio.
public static double PixelRatio { get; }
Property Value
Width
Gets the display width.
public static int Width { get; }