Version

ResolutionScale Enumeration

Constants which define relative screen resolutions.
Syntax
'Declaration
 
Public Enum ResolutionScale 
   Inherits System.Enum
public enum ResolutionScale : System.Enum 
Members
MemberDescription
Scale100PercentSpecifies the scale of display as 100%. This percentage indicates that the screen resolution is equal to or greater than 1366 X 768, and less than 1920 X 1080.
Scale140PercentSpecifies the scale of display as 140%. This percentage indicates that the screen resolution is equal to or greater than 1920 X 1080, and less than 2560 X 1440.
Scale180PercentSpecifies the scale of display as 140%. This percentage indicates that the screen resolution is equal to or greater than 2560 X 1440.
Scale80PercentSpecifies the scale of display as 80%. This percentage indicates that the screen resolution is less than 1366 X 768.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also