CameraCaptureUI.PhotoSettings Eigenschaft

Definition

Stellt Einstellungen für die Aufnahme von Fotos bereit. Die Einstellungen umfassen Seitenverhältnis, Bildgröße, Format, Auflösung und ob das Zuschneiden von der Benutzeroberfläche zulässig ist oder nicht.

public:
 property CameraCaptureUIPhotoCaptureSettings ^ PhotoSettings { CameraCaptureUIPhotoCaptureSettings ^ get(); };
CameraCaptureUIPhotoCaptureSettings PhotoSettings();
public CameraCaptureUIPhotoCaptureSettings PhotoSettings { get; }
var cameraCaptureUIPhotoCaptureSettings = cameraCaptureUI.photoSettings;
Public ReadOnly Property PhotoSettings As CameraCaptureUIPhotoCaptureSettings

Eigenschaftswert

Ein Objekt, das Einstellungen zum Erfassen von Fotos enthält.

Windows-Anforderungen

App-Funktionen
microphone webcam

Hinweise

Informationen zu den verfügbaren Fotoaufnahmeeinstellungen finden Sie unter CameraCaptureUIPhotoCaptureSettings.

Gilt für:

Weitere Informationen