Freigeben über


PixelFormats.Bgr101010 Eigenschaft

Definition

Ruft das Bgr101010-Pixelformat ab. Bgr101010 ist ein sRGB-Format mit 32 Bit pro Pixel (BPP). Jeder Farbkanal (blau, grün und rot) wird 10 Bit pro Pixel (BPP) zugewiesen.

public:
 static property System::Windows::Media::PixelFormat Bgr101010 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Bgr101010 { get; }
member this.Bgr101010 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Bgr101010 As PixelFormat

Eigenschaftswert

PixelFormat

Das Bgr101010-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Bgr101010"/>  

Gilt für