Version

ResolutionScale Property (UltraLiveTileView)

Returns or sets the resolution scale for the control.
Syntax
'Declaration
 
Public Property ResolutionScale As ResolutionScale
public ResolutionScale ResolutionScale {get; set;}
Remarks

Normally, the developer will want the control to observe the actual screen resolution for the local machine, which it does when no value is assigned to this property.

In cases where it is convenient to force the control to only recognize one relative screen resolution, this property can be set accordingly. All metrics calculations will proceed as if the actual screen resolution is that which corresponds to the value of this property.

By default, this property uses the PrimaryMonitorSize property of the SystemInformation class to determine the screen resolution, and returns that value.

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