DisplayPath.TargetResolution Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property IReference<SizeInt32> ^ TargetResolution { IReference<SizeInt32> ^ get(); void set(IReference<SizeInt32> ^ value); };
IReference<SizeInt32> TargetResolution();
void TargetResolution(IReference<SizeInt32> value);
public System.Nullable<SizeInt32> TargetResolution { get; set; }
var iReference = displayPath.targetResolution;
displayPath.targetResolution = iReference;
Public Property TargetResolution As Nullable(Of SizeInt32)
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.