HolographicViewConfiguration.SupportedPixelFormats Property

Definition

Gets a list of the supported pixel formats for this HolographicViewConfiguration.

public:
 property IVectorView<DirectXPixelFormat> ^ SupportedPixelFormats { IVectorView<DirectXPixelFormat> ^ get(); };
IVectorView<DirectXPixelFormat> SupportedPixelFormats();
public IReadOnlyList<DirectXPixelFormat> SupportedPixelFormats { get; }
var iVectorView = holographicViewConfiguration.supportedPixelFormats;
Public ReadOnly Property SupportedPixelFormats As IReadOnlyList(Of DirectXPixelFormat)

Property Value

A collection of Windows.Graphics.DirectX.DirectXPixelFormat values, each of which can be set using the HolographicViewConfiguration.PixelFormat property.

Applies to

See also