HolographicViewConfiguration.PixelFormat Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das Pixelformat dieser HolographicViewConfiguration ab oder legt es fest.
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
Eigenschaftswert
Ein Windows.Graphics.DirectX.DirectXPixelFormat-Wert .