Share via


CameraCaptureUIPhotoCaptureSettings.MaxResolution Property

Definition

Gets or sets a value from the CameraCaptureUIMaxPhotoResolution enumeration that specifies the maximum resolution the user will be able to select in the camera capture UI for photo capture.

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

Property Value

The maximum resolution for photo capture.

Applies to