Share via


DisplayPath.WireFormat Property

Definition

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.

Applies to