CameraCaptureUIPhotoCaptureSettings.Format 属性

定义

确定将存储捕获的照片的格式。

public:
 property CameraCaptureUIPhotoFormat Format { CameraCaptureUIPhotoFormat get(); void set(CameraCaptureUIPhotoFormat value); };
CameraCaptureUIPhotoFormat Format();

void Format(CameraCaptureUIPhotoFormat value);
public CameraCaptureUIPhotoFormat Format { get; set; }
var cameraCaptureUIPhotoFormat = cameraCaptureUIPhotoCaptureSettings.format;
cameraCaptureUIPhotoCaptureSettings.format = cameraCaptureUIPhotoFormat;
Public Property Format As CameraCaptureUIPhotoFormat

属性值

一个 值,该值指示捕获的照片的格式。

Windows 要求

应用功能
microphone webcam

适用于