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

適用対象