Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 961 Bytes

displaypath_targetresolution.md

File metadata and controls

24 lines (17 loc) · 961 Bytes
-api-id -api-type ms.custom
P:Windows.Devices.Display.Core.DisplayPath.TargetResolution
winrt property
RS5

Windows.Devices.Display.Core.DisplayPath.TargetResolution

-description

Gets or sets an optional value for the size of the frame provided to the target's monitor. This can differ from the size of the "source" frame buffer, in which case the display pipeline transforms the content using the Rotation and Scaling properties.

-property-value

A value indicating the size of the frame provided to the target's monitor.

-remarks

This property can remain unset (null) in order to allow the system to fill it in during a call to TryApply or TryFunctionalize.

-see-also

-examples