DisplayPath.WireFormat 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.
Gets or sets an optional value for the exact hardware representation used to scan out; such as the pixel encoding, bits per channel, color space, and HDR metadata format.
public:
property DisplayWireFormat ^ WireFormat { DisplayWireFormat ^ get(); void set(DisplayWireFormat ^ value); };
DisplayWireFormat WireFormat();
void WireFormat(DisplayWireFormat value);
public DisplayWireFormat WireFormat { get; set; }
var displayWireFormat = displayPath.wireFormat;
displayPath.wireFormat = displayWireFormat;
Public Property WireFormat As DisplayWireFormat
Property Value
A DisplayWireFormat value.
Remarks
This property can remain unset (null) in order to allow the system to fill it in during a call to TryApply or TryFunctionalize.