HolographicViewConfiguration.PixelFormat 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 the pixel format of this HolographicViewConfiguration.
public:
property DirectXPixelFormat PixelFormat { DirectXPixelFormat get(); void set(DirectXPixelFormat value); };
DirectXPixelFormat PixelFormat();
void PixelFormat(DirectXPixelFormat value);
public DirectXPixelFormat PixelFormat { get; set; }
var directXPixelFormat = holographicViewConfiguration.pixelFormat;
holographicViewConfiguration.pixelFormat = directXPixelFormat;
Public Property PixelFormat As DirectXPixelFormat
Property Value
A Windows.Graphics.DirectX.DirectXPixelFormat value.