共用方式為


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

適用於