CameraCaptureUIPhotoCaptureSettings.MaxResolution 属性

定义

确定用户能够选择的最大分辨率。

public:
 property CameraCaptureUIMaxPhotoResolution MaxResolution { CameraCaptureUIMaxPhotoResolution get(); void set(CameraCaptureUIMaxPhotoResolution value); };
CameraCaptureUIMaxPhotoResolution MaxResolution();

void MaxResolution(CameraCaptureUIMaxPhotoResolution value);
public CameraCaptureUIMaxPhotoResolution MaxResolution { get; set; }
var cameraCaptureUIMaxPhotoResolution = cameraCaptureUIPhotoCaptureSettings.maxResolution;
cameraCaptureUIPhotoCaptureSettings.maxResolution = cameraCaptureUIMaxPhotoResolution;
Public Property MaxResolution As CameraCaptureUIMaxPhotoResolution

属性值

一个 值,该值指示用户能够选择的最大分辨率。

Windows 要求

应用功能
microphone webcam

适用于